diff options
author | Brett Porter <brett@apache.org> | 2009-10-27 08:08:55 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2009-10-27 08:08:55 +0000 |
commit | 7a8d1b790bd650ac96654c7b4d01718c8f87e866 (patch) | |
tree | 1014dd0eddd18e8301c326aff0f0d1e6d9333d94 | |
parent | 3879c79bd6d35031dbebb3340d27029f961880df (diff) | |
download | archiva-7a8d1b790bd650ac96654c7b4d01718c8f87e866.tar.gz archiva-7a8d1b790bd650ac96654c7b4d01718c8f87e866.zip |
remove clean plugin - the cleanJetty profile handles this
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@830090 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 6477f4fef..be255badf 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -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> |