Author: aheritier
Date: 2009-09-13 15:12:42 -0400 (Sun, 13 Sep 2009)
New Revision: 185
Modified:
components/mop/trunk/pom.xml
Log:
remove javadoc generation in the release profile - too long & not really useful
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2009-09-13 19:05:47 UTC (rev 184)
+++ components/mop/trunk/pom.xml 2009-09-13 19:12:42 UTC (rev 185)
@@ -367,18 +367,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-javadocs</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.jvnet</groupId>
<artifactId>animal-sniffer</artifactId>
<version>1.2</version>
Show replies by date