aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-webapp
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2006-09-19 12:53:45 +0000
committerBrett Porter <brett@apache.org>2006-09-19 12:53:45 +0000
commitb08bb7abc1e60ba087ffccc4cd31cc7d1f80b064 (patch)
tree44fa433547411d8b45cd0b095465ca3cbb1479fc /archiva-webapp
parentf34871ea6d1f87d26bc190911e5542353d0a7b38 (diff)
downloadarchiva-b08bb7abc1e60ba087ffccc4cd31cc7d1f80b064.tar.gz
archiva-b08bb7abc1e60ba087ffccc4cd31cc7d1f80b064.zip
formatting, and remove archiveClasses as it is unneeded
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@447835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-webapp')
-rw-r--r--archiva-webapp/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/archiva-webapp/pom.xml b/archiva-webapp/pom.xml
index 8a51abed4..30e5140e5 100644
--- a/archiva-webapp/pom.xml
+++ b/archiva-webapp/pom.xml
@@ -79,7 +79,6 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.maven.archiva</groupId>
@@ -202,7 +201,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
- <version>10.1.2.1</version>
+ <version>10.1.2.1</version>
</dependency>
<dependency>
<groupId>jpox</groupId>
@@ -258,7 +257,6 @@
<artifactId>maven-war-plugin</artifactId>
<version>2.0.1</version>
<configuration>
- <archiveClasses>true</archiveClasses>
<dependentWarExcludes>META-INF/**,WEB-INF/web.xml,WEB-INF/classes/xwork.xml</dependentWarExcludes>
</configuration>
<!-- TODO: would be good to make the jetty plugin aware of these and remove the below -->