You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2006/05/05 21:42:09 UTC

svn commit: r400155 - /jakarta/commons/sandbox/jci/trunk/pom.xml

Author: tcurdt
Date: Fri May  5 12:42:08 2006
New Revision: 400155

URL: http://svn.apache.org/viewcvs?rev=400155&view=rev
Log:
xrefs show up too now

Modified:
    jakarta/commons/sandbox/jci/trunk/pom.xml

Modified: jakarta/commons/sandbox/jci/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/jci/trunk/pom.xml?rev=400155&r1=400154&r2=400155&view=diff
==============================================================================
--- jakarta/commons/sandbox/jci/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/jci/trunk/pom.xml Fri May  5 12:42:08 2006
@@ -172,6 +172,9 @@
             <tag>FIXME</tag>
             <tag>@deprecated</tag>
           </tags>
+<!-- not working yet
+          <aggregate>true</aggregate>
+-->
         </configuration> 
       </plugin> 
 
@@ -182,13 +185,21 @@
       </plugin>
 -->
       <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
+       <artifactId>maven-pmd-plugin</artifactId>
         <version>2.0-SNAPSHOT</version>
+<!-- not working yet
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
+-->
       </plugin>
 
       <plugin>
-       <artifactId>maven-pmd-plugin</artifactId>
+        <artifactId>maven-jxr-plugin</artifactId>
         <version>2.0-SNAPSHOT</version>
+        <configuration>
+          <aggregate>true</aggregate>
+        </configuration>
       </plugin>
 
       <plugin>



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