You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/04/11 00:13:01 UTC

svn commit: r393093 - /maven/maven-1/plugins/trunk/pmd/src/plugin-test/maven.xml

Author: aheritier
Date: Mon Apr 10 15:12:59 2006
New Revision: 393093

URL: http://svn.apache.org/viewcvs?rev=393093&view=rev
Log:
clean tests projects only before the tests.

Modified:
    maven/maven-1/plugins/trunk/pmd/src/plugin-test/maven.xml

Modified: maven/maven-1/plugins/trunk/pmd/src/plugin-test/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/src/plugin-test/maven.xml?rev=393093&r1=393092&r2=393093&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/src/plugin-test/maven.xml Mon Apr 10 15:12:59 2006
@@ -22,8 +22,7 @@
   <goal name="testPlugin" prereqs="test-pmd-report">
   </goal>
   
-  <goal name="test-pmd-report">
-    <attainGoal name="clean"/>
+  <goal name="test-pmd-report" prereqs="clean">
     <attainGoal name="pmd:report"/>
     <assert:assertFileExists file="${maven.build.dir}/pmd-raw-report.xml"/>
     <assert:assertFileExists file="${maven.gen.docs}/pmd-report.xml"/>