You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2009/01/17 19:02:56 UTC

svn commit: r735319 - /james/mailet/maven-mailetdocs-plugin/trunk/pom.xml

Author: rdonkin
Date: Sat Jan 17 10:02:56 2009
New Revision: 735319

URL: http://svn.apache.org/viewvc?rev=735319&view=rev
Log:
Generate Help Mojo

Modified:
    james/mailet/maven-mailetdocs-plugin/trunk/pom.xml

Modified: james/mailet/maven-mailetdocs-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/pom.xml?rev=735319&r1=735318&r2=735319&view=diff
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/pom.xml (original)
+++ james/mailet/maven-mailetdocs-plugin/trunk/pom.xml Sat Jan 17 10:02:56 2009
@@ -140,6 +140,18 @@
            <source>1.4</source>
            <target>1.4</target>
          </configuration>
+       </plugin>
+       <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>
        <plugin>
         <groupId>org.apache.maven.plugins</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org