You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/10/03 23:23:36 UTC

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

Author: bimargulies
Date: Mon Oct  3 21:23:36 2011
New Revision: 1178585

URL: http://svn.apache.org/viewvc?rev=1178585&view=rev
Log:
[MINSTALL-86] Goal summary for install:install only mentions main artifact

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=1178585&r1=1178584&r2=1178585&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  3 21:23:36 2011
@@ -32,7 +32,7 @@ import java.util.LinkedHashSet;
 import java.util.List;
 
 /**
- * Installs the project's main artifact in the local repository.
+ * Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository.
  *
  * @author <a href="mailto:evenisse@apache.org">Emmanuel Venisse</a>
  * @version $Id$