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/10 23:51:28 UTC

svn commit: r393074 - /maven/maven-1/plugins/trunk/faq/src/plugin-test/maven.xml

Author: aheritier
Date: Mon Apr 10 14:51:25 2006
New Revision: 393074

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

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

Modified: maven/maven-1/plugins/trunk/faq/src/plugin-test/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/src/plugin-test/maven.xml?rev=393074&r1=393073&r2=393074&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/faq/src/plugin-test/maven.xml Mon Apr 10 14:51:25 2006
@@ -19,9 +19,7 @@
          xmlns:assert="assert"
          xmlns:j="jelly:core">
          
-  <goal name="testPlugin" prereqs="clean,test-faq">
-    <!-- bad xdoc leaves files open <attainGoal name="clean"/> -->
-  </goal>
+  <goal name="testPlugin" prereqs="clean,test-faq"/>
   
   <goal name="test-faq">
     <attainGoal name="site"/>