You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2011/02/03 12:37:22 UTC

svn commit: r1066783 - /sling/trunk/pom.xml

Author: bdelacretaz
Date: Thu Feb  3 11:37:22 2011
New Revision: 1066783

URL: http://svn.apache.org/viewvc?rev=1066783&view=rev
Log:
delete sling subfolder on mvn clean to avoid failure of integration tests due to stale state

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1066783&r1=1066782&r2=1066783&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Thu Feb  3 11:37:22 2011
@@ -60,6 +60,25 @@
         <url>http://svn.apache.org/viewvc/sling/trunk</url>
     </scm>
 
+    <build>
+        <plugins>
+            <plugin>
+                <artifactId>maven-clean-plugin</artifactId>
+                <version>2.2</version>
+                <configuration>
+                    <filesets>
+                        <fileset>
+                            <directory>${basedir}</directory>
+                            <includes>
+                                <include>sling</include>
+                            </includes>
+                        </fileset>
+                    </filesets>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <!-- List modules to be included in the build here ! -->
     <modules>
         <!-- The real Sling Parent Project -->