You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2008/01/28 08:35:40 UTC

svn commit: r615745 - /incubator/sling/trunk/launcher/app/pom.xml

Author: cziegeler
Date: Sun Jan 27 23:35:33 2008
New Revision: 615745

URL: http://svn.apache.org/viewvc?rev=615745&view=rev
Log:
Disable clean of the sling directory as this will clean the sling directory in the parent dir if maven is invoked in the root directory.

Modified:
    incubator/sling/trunk/launcher/app/pom.xml

Modified: incubator/sling/trunk/launcher/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/app/pom.xml?rev=615745&r1=615744&r2=615745&view=diff
==============================================================================
--- incubator/sling/trunk/launcher/app/pom.xml (original)
+++ incubator/sling/trunk/launcher/app/pom.xml Sun Jan 27 23:35:33 2008
@@ -52,11 +52,11 @@
 
     <build>
         <plugins>
-            <plugin>
               <!-- 
+            <plugin>
+            
                 The clean plugin deletes the sling work directory as well,
                 to avoid confusion with leftovers from previous runs
-              -->
               <artifactId>maven-clean-plugin</artifactId>
               <configuration>
                 <filesets>
@@ -66,6 +66,7 @@
                 </filesets>
               </configuration>
             </plugin>
+              -->
 
             <!-- Bundles to list in the installer properties file -->
             <plugin>