Description
CheckDependencySnapshotsPhase.java has a bug when processing this prompt with the 0 option selected:
specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): 0
When choosing 0: All, the plugin goes through the motions of asking to resolve snapshot dependencies, but after resolving them, fails saying there are still snapshot dependencies.
This bug lies with the function resolveSnapshots relying on the function processSnapshot to remove resolved dependencies from the set. This works for all cases except 0, which creates a new dependency set
Attachments
Attachments
Issue Links
- relates to
-
MRELEASE-583 Better Snapshot Dependency Handling
- Closed
-
MRELEASE-588 Improve snapshot dependency handling of parent artifacts
- Closed