You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/03/13 22:30:53 UTC

svn commit: r1577327 - /maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java

Author: rfscholte
Date: Thu Mar 13 21:30:53 2014
New Revision: 1577327

URL: http://svn.apache.org/r1577327
Log:
mark deployAtEnd as experimental. Users should be more aware when using this feature.

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java

Modified: maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java?rev=1577327&r1=1577326&r2=1577327&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/main/java/org/apache/maven/plugin/deploy/DeployMojo.java Thu Mar 13 21:30:53 2014
@@ -75,7 +75,7 @@ public class DeployMojo
 
     /**
      * Whether every project should be deployed during its own deploy-phase or at the end of the multimodule build. If
-     * set to {@code true} and the build fails, none of the reactor projects is deployed
+     * set to {@code true} and the build fails, none of the reactor projects is deployed. <strong>(experimental)</strong>
      * 
      * @since 2.8
      */