You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2009/10/27 09:08:56 UTC

svn commit: r830090 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Author: brett
Date: Tue Oct 27 08:08:55 2009
New Revision: 830090

URL: http://svn.apache.org/viewvc?rev=830090&view=rev
Log:
remove clean plugin - the cleanJetty profile handles this

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml?rev=830090&r1=830089&r2=830090&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp/pom.xml Tue Oct 27 08:08:55 2009
@@ -276,23 +276,6 @@
         </configuration>
       </plugin>
        -->     
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>2.1.1</version>
-        <!-- This configuration is added to cleanup from war:inplace -->
-       <configuration>
-          <filesets>
-            <fileset>
-              <directory>${basedir}</directory>
-              <includes>
-                <!-- TODO: META-INF shouldn't be required, seems to be an issue with the current war plugin -->
-                <include>appserver-base</include>
-              </includes>
-            </fileset>
-          </filesets>
-        </configuration>
-      </plugin> 
       <!-- hack for jetty:run, archiva web config files are checked in /WEB-INF/ dir -->
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>