Skip to content

Commit 72d3af6

Browse files
committed
Add jira-report. Replace Javadoc plugin reporting definition with the one from parent 21.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1124313 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5a1ea2c commit 72d3af6

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
199199
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
200200
<commons.encoding>UTF-8</commons.encoding>
201+
<commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link>
201202
</properties>
202203
<build>
203204
<sourceDirectory>src/java</sourceDirectory>
@@ -253,6 +254,7 @@
253254
<reportSet>
254255
<reports>
255256
<report>changes-report</report>
257+
<report>jira-report</report>
256258
</reports>
257259
</reportSet>
258260
</reportSets>
@@ -294,17 +296,6 @@
294296
<minSeverity>info</minSeverity>
295297
</configuration>
296298
</plugin>
297-
<plugin>
298-
<groupId>org.apache.maven.plugins</groupId>
299-
<artifactId>maven-javadoc-plugin</artifactId>
300-
<version>2.7</version>
301-
<configuration>
302-
<linksource>true</linksource>
303-
<links>
304-
<link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
305-
</links>
306-
</configuration>
307-
</plugin>
308299
</plugins>
309300
</reporting>
310301
</project>

0 commit comments

Comments
 (0)