You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/01/03 20:27:46 UTC

svn commit: r492261 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Wed Jan  3 11:27:45 2007
New Revision: 492261

URL: http://svn.apache.org/viewvc?view=rev&rev=492261
Log:
use latest war plugin (2.0.2); restructure reporting plugins and upgrade to the latest versions of each

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?view=diff&rev=492261&r1=492260&r2=492261
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Wed Jan  3 11:27:45 2007
@@ -449,7 +449,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.0.1</version>
+          <version>2.0.2</version>
         </plugin>
         <plugin>
           <groupId>org.daisycms</groupId>
@@ -617,9 +617,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.0.1</version>
         <reportSets>
           <reportSet>
             <reports>
+              <report>project-team</report>
+              <report>dependencies</report>
               <report>license</report>
             </reports>
           </reportSet>
@@ -651,11 +654,6 @@
       </pluginRepositories>
       <reporting>
         <plugins>
-          <!--plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.0</version>
-          </plugin-->
           <plugin>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.2</version>
@@ -664,9 +662,8 @@
             </configuration>
           </plugin>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>changes-maven-plugin</artifactId>
-            <version>2.0-beta-1</version>
+          	<artifactId>maven-changes-plugin</artifactId>
+            <version>2.0-beta-2</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
@@ -674,15 +671,9 @@
             <version>2.0</version>
           </plugin>
           <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>jxr-maven-plugin</artifactId>
-            <version>2.0-beta-1</version>
-          </plugin>
-          <!--plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>cobertura-maven-plugin</artifactId>
+            <artifactId>maven-jxr-plugin</artifactId>
             <version>2.0</version>
-          </plugin-->
+          </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>jdepend-maven-plugin</artifactId>
@@ -711,6 +702,23 @@
       </reporting>
     </profile>
     <profile>
+      <id>testing-reports</id>
+      <reporting>          
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+            <version>2.0</version>
+          </plugin>        
+      		<plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    <profile>
       <id>simian-report</id>
       <reporting>
         <plugins>
@@ -723,4 +731,4 @@
       </reporting>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file