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 2007/01/07 01:40:57 UTC

svn commit: r493622 - /jakarta/commons/sandbox/javaflow/trunk/pom.xml

Author: dennisl
Date: Sat Jan  6 16:40:56 2007
New Revision: 493622

URL: http://svn.apache.org/viewvc?view=rev&rev=493622
Log:
Remove reports that are inherited from the parent.
Add Changelog report.

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

Modified: jakarta/commons/sandbox/javaflow/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/javaflow/trunk/pom.xml?view=diff&rev=493622&r1=493621&r2=493622
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/javaflow/trunk/pom.xml Sat Jan  6 16:40:56 2007
@@ -161,7 +161,6 @@
 
       <plugin>     
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.0</version>
         <configuration>
           <forkMode>never</forkMode>
           <includes>
@@ -188,24 +187,13 @@
 
   <reporting>
 
-<!--
-        <plugins>
-
-      <plugin> 
-        <groupId>org.codehaus.mojo</groupId> 
-        <artifactId>taglist-maven-plugin</artifactId> 
-        <version>2.0</version>
-        <configuration> 
-          <tags>
-            <tag>TODO</tag>
-            <tag>@todo</tag>
-            <tag>FIXME</tag>
-            <tag>@deprecated</tag>
-          </tags>
-          <aggregate>true</aggregate>
-        </configuration> 
-      </plugin> 
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
+      </plugin>
 
+<!--
       <plugin>     
         <artifactId>maven-surefire-report-plugin</artifactId>
         <version>2.0</version>
@@ -222,21 +210,6 @@
       </plugin>
 
       <plugin>
-       <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-project-info-reports-plugin</artifactId>
         <inherited>false</inherited>
         <reportSets>
@@ -252,7 +225,7 @@
           </reportSet>
         </reportSets>
       </plugin>
-    </plugins>
 -->
+    </plugins>
   </reporting>
 </project>



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