Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-6
-
Fix Version/s: 2.0-beta-7
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Since version 2.0-beta-6, mvn release:prepare -DgenerateReleasePoms=true creates release-pom.xml, which is good.
Though, this release-pom.xml does not contain the <dependencies> and <dependencyManagement> sections of the original POM.
Issue Links
- is depended upon by
-
MRELEASE-245
CheckDependencySnapshotsPhase ignores ranges
-
- is related to
-
MNG-3023
Reactor projects should be included in dependency resolution
-
- relates to
-
MRELEASE-3
release:prepare should not require multimodule artifacts to be in the local repository
-
Yep, this is due to @requiresDependencyResolution being dropped from the
MRELEASE-177patch. See the following thread for an in-progress discussion on fixing this:http://www.mail-archive.com/dev@maven.apache.org/msg67188.html