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/09 15:34:46 UTC

svn commit: r392723 - /maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/maven.xml

Author: aheritier
Date: Sun Apr  9 06:34:45 2006
New Revision: 392723

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

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

Modified: maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/maven.xml?rev=392723&r1=392722&r2=392723&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/src/plugin-test/maven.xml Sun Apr  9 06:34:45 2006
@@ -21,10 +21,9 @@
     xmlns:x="jelly:xml"
     xmlns:assert="assert">
          
-  <goal name="testPlugin" prereqs="clean,test-checkstyle-report">
-  </goal>
+  <goal name="testPlugin" prereqs="test-checkstyle-report"/>
   
-  <goal name="test-checkstyle-report">
+  <goal name="test-checkstyle-report" prereqs="clean">
     <attainGoal name="checkstyle:report"/>
     <assert:assertFileExists file="${maven.gen.docs}/checkstyle/index.xml"/>
     <assert:assertFileExists file="${maven.gen.docs}/checkstyle/all.xml"/>