You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2004/11/15 15:10:11 UTC

svn commit: rev 71504 - incubator/jackrabbit/trunk

Author: mreutegg
Date: Mon Nov 15 06:10:10 2004
New Revision: 71504

Modified:
   incubator/jackrabbit/trunk/maven.xml
Log:
- added test data clean up as a postGoal to 'clean'

Modified: incubator/jackrabbit/trunk/maven.xml
==============================================================================
--- incubator/jackrabbit/trunk/maven.xml	(original)
+++ incubator/jackrabbit/trunk/maven.xml	Mon Nov 15 06:10:10 2004
@@ -45,5 +45,12 @@
            <ant:fileset dir="${maven.javadoc.destdir}" includes="**/*.html"/>
       </ant:replaceregexp>
    </goal>
+   
+   <!-- Additionally cleans the test data created -->
+   <postGoal name="clean">
+      <ant:delete dir="applications/test/repository"/>
+      <ant:delete dir="applications/test/tx"/>
+      <ant:delete dir="applications/test/workspaces"/>
+   </postGoal>
 
 </project>