You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/03/18 13:04:49 UTC

svn commit: r638340 - /maven/plugins/trunk/pom.xml

Author: vsiveton
Date: Tue Mar 18 05:04:45 2008
New Revision: 638340

URL: http://svn.apache.org/viewvc?rev=638340&view=rev
Log:
o bumped to maven-plugin-plugin:2.4
o added helpmojo

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=638340&r1=638339&r2=638340&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Mar 18 05:04:45 2008
@@ -181,10 +181,24 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4-SNAPSHOT</version>
+          <version>2.4</version>
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>generated-helpmojo</id>
+            <goals>
+              <goal>helpmojo</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
   </build>
 
   <profiles>