You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2006/03/08 11:57:49 UTC

svn commit: r384179 - /jakarta/httpcomponents/trunk/http-core/pom.xml

Author: olegk
Date: Wed Mar  8 02:57:47 2006
New Revision: 384179

URL: http://svn.apache.org/viewcvs?rev=384179&view=rev
Log:
Added project reports: javadoc, source cross reference, surefire

Modified:
    jakarta/httpcomponents/trunk/http-core/pom.xml

Modified: jakarta/httpcomponents/trunk/http-core/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpcomponents/trunk/http-core/pom.xml?rev=384179&r1=384178&r2=384179&view=diff
==============================================================================
--- jakarta/httpcomponents/trunk/http-core/pom.xml (original)
+++ jakarta/httpcomponents/trunk/http-core/pom.xml Wed Mar  8 02:57:47 2006
@@ -91,6 +91,10 @@
       <includes>**/TestAll.java</includes>
     </testResources>
     <plugins>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+        </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
@@ -114,6 +118,18 @@
                </reports>
              </reportSet>
            </reportSets>
+        </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+        </plugin>
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>jxr-maven-plugin</artifactId>
+        </plugin>
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>surefire-report-maven-plugin</artifactId>
         </plugin>
     </plugins>
   </reporting>