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 2013/10/21 18:57:45 UTC

svn commit: r1534275 - /maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java

Author: rfscholte
Date: Mon Oct 21 16:57:45 2013
New Revision: 1534275

URL: http://svn.apache.org/r1534275
Log:
[MINSTALL-100] Update description for installAtEnd param

Modified:
    maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java

Modified: maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java?rev=1534275&r1=1534274&r2=1534275&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java (original)
+++ maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/InstallMojo.java Mon Oct 21 16:57:45 2013
@@ -69,8 +69,8 @@ public class InstallMojo
     private List<MavenProject> reactorProjects;
 
     /**
-     * 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
+     * Whether every project should be installed during its own install-phase or at the end of the multimodule build. If
+     * set to {@code true} and the build fails, none of the reactor projects is installed.
      * 
      * @since 2.5
      */