Author: aheritier
Date: Tue Jan 31 08:39:36 2006
New Revision: 373868
URL: http://svn.apache.org/viewcvs?rev=373868&view=rev
Log:
call clean before to test to allow us to see what is generated
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=373868&r1=373867&r2=373868&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 Tue Jan 31
08:39:36 2006
@@ -23,9 +23,9 @@
</goal>
<goal name="test-pmd-report">
+ <attainGoal name="clean"/>
<attainGoal name="pmd:report"/>
<assert:assertFileExists file="${maven.build.dir}/pmd-raw-report.xml"/>
<assert:assertFileExists file="${maven.gen.docs}/pmd-report.xml"/>
- <attainGoal name="clean"/>
</goal>
</project>