You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/01/26 23:08:36 UTC

svn commit: r1236409 - in /incubator/rat/whisker/trunk: apache-whisker-plugin4maven/pom.xml pom.xml

Author: rdonkin
Date: Thu Jan 26 22:08:35 2012
New Revision: 1236409

URL: http://svn.apache.org/viewvc?rev=1236409&view=rev
Log:
Add reports.

Modified:
    incubator/rat/whisker/trunk/apache-whisker-plugin4maven/pom.xml
    incubator/rat/whisker/trunk/pom.xml

Modified: incubator/rat/whisker/trunk/apache-whisker-plugin4maven/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/apache-whisker-plugin4maven/pom.xml?rev=1236409&r1=1236408&r2=1236409&view=diff
==============================================================================
--- incubator/rat/whisker/trunk/apache-whisker-plugin4maven/pom.xml (original)
+++ incubator/rat/whisker/trunk/apache-whisker-plugin4maven/pom.xml Thu Jan 26 22:08:35 2012
@@ -131,16 +131,6 @@
         <artifactId>maven-plugin-plugin</artifactId>
         <version>2.9</version>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.3</version>
-      </plugin>
     </plugins>
   </reporting> 
 

Modified: incubator/rat/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/whisker/trunk/pom.xml?rev=1236409&r1=1236408&r2=1236409&view=diff
==============================================================================
--- incubator/rat/whisker/trunk/pom.xml (original)
+++ incubator/rat/whisker/trunk/pom.xml Thu Jan 26 22:08:35 2012
@@ -111,6 +111,44 @@
     </pluginManagement>
   </build>
   
+<!-- 
+  
+  
+  ================================  
+  Reports for the site
+  -->
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.8</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.3</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+        <version>2.11</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>2.6</version>
+       <configuration>
+          <targetJdk>${target.jdk}</targetJdk>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
+    </plugins>
+  </reporting> 
 
   <!-- ================================ Project information -->