Author: rdonkin
Date: Tue May 31 14:54:34 2011
New Revision: 1129723
URL: http://svn.apache.org/viewvc?rev=1129723&view=rev
Log:
Pull up Javadoc jar creation into parent pom.
Modified:
james/mailet/project/trunk/pom.xml
Modified: james/mailet/project/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129723&r1=1129722&r2=1129723&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 14:54:34 2011
@@ -225,6 +225,36 @@ Source
=============================================
+Javadoc
+ -->
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>aggregate</id>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ <phase>site</phase>
+ </execution>
+ <execution>
+ <id>javadoc-jar</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+<!--
+
+
+
+
+=============================================
OSGI
-->
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]