Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.8.1
-
None
-
None
-
Maven 3.2.1 on Mac OSX 10.9.2
Description
1. Declare the maven-deploy-plugin and as configuration, add <deployAtEnd>true</deployAtEnd>.
2. Override deployAtEnd property using the command line argument '-DdeployAtEnd=false'.
3. Deploy plugin still wants to deploy all artifacts at the end.
Expected behaviour:
Deploy plugin honors command line argument '-DdeployAtEnd=false'.