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/01 15:13:53 UTC

svn commit: r1355883 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: olamy
Date: Sun Jul  1 13:13:53 2012
New Revision: 1355883

URL: http://svn.apache.org/viewvc?rev=1355883&view=rev
Log:
generate help goal

Modified:
    maven/plugins/trunk/maven-jar-plugin/pom.xml

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1355883&r1=1355882&r2=1355883&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Sun Jul  1 13:13:53 2012
@@ -158,6 +158,12 @@ under the License.
                 <goal>descriptor</goal>
               </goals>
             </execution>
+            <execution>
+              <id>help-goal</id>
+              <goals>
+                <goal>helpmojo</goal>
+              </goals>
+            </execution>
           </executions>
         </plugin>
       </plugins>