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 2006/09/19 14:53:46 UTC

svn commit: r447835 - /maven/archiva/trunk/archiva-webapp/pom.xml

Author: brett
Date: Tue Sep 19 05:53:45 2006
New Revision: 447835

URL: http://svn.apache.org/viewvc?view=rev&rev=447835
Log:
formatting, and remove archiveClasses as it is unneeded

Modified:
    maven/archiva/trunk/archiva-webapp/pom.xml

Modified: maven/archiva/trunk/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/pom.xml?view=diff&rev=447835&r1=447834&r2=447835
==============================================================================
--- maven/archiva/trunk/archiva-webapp/pom.xml (original)
+++ maven/archiva/trunk/archiva-webapp/pom.xml Tue Sep 19 05:53:45 2006
@@ -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 -->