You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/08/30 01:02:51 UTC

svn commit: r438279 - /maven/continuum/branches/continuum-acegi/pom.xml

Author: carlos
Date: Tue Aug 29 16:02:50 2006
New Revision: 438279

URL: http://svn.apache.org/viewvc?rev=438279&view=rev
Log:
Exclude WEB-INF/classes from war overlay

Modified:
    maven/continuum/branches/continuum-acegi/pom.xml

Modified: maven/continuum/branches/continuum-acegi/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/branches/continuum-acegi/pom.xml?rev=438279&r1=438278&r2=438279&view=diff
==============================================================================
--- maven/continuum/branches/continuum-acegi/pom.xml (original)
+++ maven/continuum/branches/continuum-acegi/pom.xml Tue Aug 29 16:02:50 2006
@@ -58,7 +58,7 @@
           <artifactId>maven-war-plugin</artifactId>
           <version>2.0.2-20060829.202242-1</version>
           <configuration>
-            <dependentWarExcludes>WEB-INF/lib/**</dependentWarExcludes>
+            <dependentWarExcludes>WEB-INF/lib/**,WEB-INF/classes/**</dependentWarExcludes>
           </configuration>
         </plugin>
       </plugins>