You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/08 19:08:58 UTC

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

Author: olamy
Date: Sun Jul  8 17:08:57 2012
New Revision: 1358784

URL: http://svn.apache.org/viewvc?rev=1358784&view=rev
Log:
add @since for the new field

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=1358784&r1=1358783&r2=1358784&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 Sun Jul  8 17:08:57 2012
@@ -55,7 +55,10 @@ public class InstallMojo
     private File pomFile;
 
     /**
-     * Set this to <code>true</code> to bypass artifact installation. Use this for artifacts that does not need to be installed in the local repository.
+     * Set this to <code>true</code> to bypass artifact installation.
+     * Use this for artifacts that does not need to be installed in the local repository.
+     *
+     * @since 2.4
      */
     @Parameter( property = "maven.install.skip", defaultValue = "false", required = true )
     private boolean skip;