Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-alpha-1
-
Fix Version/s: 3.0-alpha-3
-
Component/s: Artifacts and Repositories, Profiles
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The cause of the user reported issue Tycho: problem with distributionManagement in profile is that the aritfact repos are created in the constructor of MavenProject but the the profiles are injected in a later step.
There is other setup code in the constructor which most likely is also affected.
This is partly fixed in r738128. Partly means it will only work if the profile is defined in the POM currently build. The more general issue
MNG-4009still prevents usage of distribution management (and any other model stuff) within a profile that is defined in a parent POM.