You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2009/03/17 01:04:16 UTC

svn commit: r755054 - /continuum/trunk/continuum-webapp/pom.xml

Author: wsmoak
Date: Tue Mar 17 00:04:15 2009
New Revision: 755054

URL: http://svn.apache.org/viewvc?rev=755054&view=rev
Log:
[CONTINUUM-2073] Delete the 'data' directory during mvn clean

Modified:
    continuum/trunk/continuum-webapp/pom.xml

Modified: continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/pom.xml?rev=755054&r1=755053&r2=755054&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/pom.xml (original)
+++ continuum/trunk/continuum-webapp/pom.xml Tue Mar 17 00:04:15 2009
@@ -70,6 +70,9 @@
         <configuration>
           <filesets>
             <fileset>
+              <directory>${basedir}/data</directory>
+            </fileset>
+            <fileset>
               <directory>${basedir}/src/main/webapp</directory>
               <includes>
                 <!-- TODO: META-INF shouldn't be required, seems to be an issue with the current war plugin -->