Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.8
-
Fix Version/s: 2.0.11, 2.1.0-M1, 3.0-alpha-3
-
Component/s: Deployment
-
Labels:None
-
Environment:Red Hat Linux, Maven 2.0.8, Java 1.6, Cruisecontrol
-
Complexity:Intermediate
-
Number of attachments :
Description
When deploying artifacts into local repository with cruisecontrol by using the following command:
mvn -U -P mvn-profile ... -DuniqueVersion=false deploy
The parent is always beeing deployed correctly, without timestamp as <MODULE_VERSION>-SNAPSHOT. But all Modules are beeing deployed with Timestamp.
Issue Links
- depends upon
-
MNG-4009
[regression] Effects of active profiles from parent are not inherited by children.
-
- is duplicated by
-
MDEPLOY-57
<uniqueVersion>false</uniqueVersion> not honored inside <profile>
-
- supercedes
-
MNG-2470
uniqueVersion not inherited in child projects
-
I recognized that this only happens when deploying snapshots with a profile defined in settings.xml. When defining Repositories in a profile in settings xml and deploying the artifact by using this profile with
mvn -U -P mvn-profile ... -DuniqueVersion=false deploy
all modules are beeing deployed with timestamps.