Author: rdonkin
Date: Thu May 14 20:19:27 2009
New Revision: 774911

URL: http://svn.apache.org/viewvc?rev=774911&view=rev
Log:
Generate javadoc jars

Modified:
    james/mpt/trunk/pom.xml

Modified: james/mpt/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mpt/trunk/pom.xml?rev=774911&r1=774910&r2=774911&view=diff
==============================================================================
--- james/mpt/trunk/pom.xml (original)
+++ james/mpt/trunk/pom.xml Thu May 14 20:19:27 2009
@@ -79,6 +79,20 @@
             </goals>
           </execution>
         </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+        <executions>
+          <execution>
+            <id>create-javadocs</id> 
+            <phase>package</phase> 
+            <goals>
+              <goal>javadoc</goal> 
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to