You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/17 01:05:15 UTC

svn commit: r881064 - /maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Author: bentmann
Date: Tue Nov 17 00:05:15 2009
New Revision: 881064

URL: http://svn.apache.org/viewvc?rev=881064&view=rev
Log:
o Fixed site generation

Modified:
    maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml

Modified: maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml?rev=881064&r1=881063&r2=881064&view=diff
==============================================================================
--- maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml (original)
+++ maven/plugin-testing/branches/plugin-testing-mvn-3.x/pom.xml Tue Nov 17 00:05:15 2009
@@ -269,6 +269,23 @@
 
   <profiles>
     <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.5</version>
+          </plugin>
+          <plugin>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <configuration>
+              <targetJdk>1.5</targetJdk>
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    <profile>
       <id>m2e</id>
       <activation>
         <property>