Author: ggregory
Date: Wed May 18 16:10:58 2011
New Revision: 1124313

URL: http://svn.apache.org/viewvc?rev=1124313&view=rev
Log:
Add jira-report. Replace Javadoc plugin reporting definition with the one from 
parent 21.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1124313&r1=1124312&r2=1124313&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed May 18 16:10:58 2011
@@ -198,6 +198,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <commons.encoding>UTF-8</commons.encoding>
+    
<commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link>
   </properties>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
@@ -253,6 +254,7 @@
           <reportSet>
             <reports>
               <report>changes-report</report>
+              <report>jira-report</report>
             </reports>
           </reportSet>
         </reportSets>
@@ -294,17 +296,6 @@
           <minSeverity>info</minSeverity>
         </configuration>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.7</version>
-        <configuration>
-          <linksource>true</linksource>
-          <links>
-            <link>http://download.oracle.com/javase/1.5.0/docs/api/</link>
-          </links>
-        </configuration>
-      </plugin>
     </plugins>
   </reporting>
 </project>
\ No newline at end of file


Reply via email to