Skip to content

Commit c8fba4d

Browse files
committed
Removed the javadoc plugin configuration redundant with the parent pom
Disabled the maven ant plugin (it doesn't install well everywhere) git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x@681340 13f79535-47bb-0310-9956-ffa450edef68
1 parent c16ce24 commit c8fba4d

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,18 @@
163163
<tarLongFileMode>gnu</tarLongFileMode>
164164
</configuration>
165165
</plugin>
166+
<!--
166167
<plugin>
167168
<groupId>org.apache.maven.plugins</groupId>
168169
<artifactId>maven-ant-plugin</artifactId>
169170
<version>2.1.1-SNAPSHOT</version>
170171
</plugin>
172+
-->
171173
</plugins>
172174
</build>
173175

174176
<reporting>
175177
<plugins>
176-
<plugin>
177-
<groupId>org.apache.maven.plugins</groupId>
178-
<artifactId>maven-javadoc-plugin</artifactId>
179-
<configuration>
180-
<linksource>true</linksource>
181-
<links>
182-
<link>http://java.sun.com/javase/6/docs/api</link>
183-
</links>
184-
</configuration>
185-
</plugin>
186178
<plugin>
187179
<groupId>org.codehaus.mojo</groupId>
188180
<artifactId>findbugs-maven-plugin</artifactId>

0 commit comments

Comments
 (0)