Author: ebourg
Date: Thu Jul 31 04:12:41 2008
New Revision: 681340
URL: http://svn.apache.org/viewvc?rev=681340&view=rev
Log:
Removed the javadoc plugin configuration redundant with the parent pom
Disabled the maven ant plugin (it doesn't install well everywhere)
Modified:
commons/proper/cli/branches/cli-1.x/pom.xml
Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=681340&r1=681339&r2=681340&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Thu Jul 31 04:12:41 2008
@@ -163,27 +163,19 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ant-plugin</artifactId>
<version>2.1.1-SNAPSHOT</version>
</plugin>
+ -->
</plugins>
</build>
<reporting>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <linksource>true</linksource>
- <links>
- <link>http://java.sun.com/javase/6/docs/api</link>
- </links>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>1.2</version>