Author: rdonkin
Date: Tue May 31 14:54:59 2011
New Revision: 1129725
URL: http://svn.apache.org/viewvc?rev=1129725&view=rev
Log:
Push Javadoc jar creation into parent pom
Modified:
james/mailet/ai/trunk/pom.xml
Modified: james/mailet/ai/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1129725&r1=1129724&r2=1129725&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Tue May 31 14:54:59 2011
@@ -117,35 +117,6 @@ Jar
</archive>
</configuration>
</plugin>
-<!--
-
-
-
-
-=============================================
-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>
</plugins>
</build>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]