You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2006/12/30 18:43:19 UTC

svn commit: r491260 - /jakarta/commons/proper/logging/trunk/pom.xml

Author: dennisl
Date: Sat Dec 30 09:43:18 2006
New Revision: 491260

URL: http://svn.apache.org/viewvc?view=rev&rev=491260
Log:
Remove reference to old maven-xdoc-plugin.
Add the same reports as for Maven 1: javadoc, jdepend, cross reference and test results.

Modified:
    jakarta/commons/proper/logging/trunk/pom.xml

Modified: jakarta/commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/pom.xml?view=diff&rev=491260&r1=491259&r2=491260
==============================================================================
--- jakarta/commons/proper/logging/trunk/pom.xml (original)
+++ jakarta/commons/proper/logging/trunk/pom.xml Sat Dec 30 09:43:18 2006
@@ -311,15 +311,6 @@
         -->
       </plugin>
 
-          <!--
-      <plugin>
-        <artifactId>maven-xdoc-plugin</artifactId>
-        <version>1.9.2</version>
-        <configuration>
-          <comment>&lt;strong>Site Only&lt;/strong> - v1.9.2 (minimum)</comment>
-        </configuration>
-      </plugin>
-      -->
     </plugins>
   </build>
   
@@ -356,6 +347,36 @@
     </dependency>
   </dependencies>
 
+  <reporting>
+    <plugins>
+      <!--
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>checkstyle.xml</configLocation>
+        </configuration>
+      </plugin>
+      -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-1</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-report-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 
   <distributionManagement>
     <repository>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org