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:50:21 UTC

svn commit: r392728 - /maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml

Author: aheritier
Date: Sun Apr  9 06:50:20 2006
New Revision: 392728

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

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

Modified: maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml?rev=392728&r1=392727&r2=392728&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/dist/src/plugin-test/maven.xml Sun Apr  9 06:50:20 2006
@@ -19,8 +19,7 @@
          xmlns:util="jelly:util"
          xmlns:j="jelly:core">
          
-  <goal name="testPlugin" prereqs="test-dist,test-maven-dist-src-include">
-  </goal>
+  <goal name="testPlugin" prereqs="clean,test-dist,test-maven-dist-src-include"/>
   
   <goal name="test-dist">
     <attainGoal name="dist"/>