Author: pcraveiro
Date: 2012-03-26 17:55:35 -0400 (Mon, 26 Mar 2012)
New Revision: 1542
Modified:
console/trunk/app/pom.xml
Log:
Added more features.
Modified: console/trunk/app/pom.xml
===================================================================
--- console/trunk/app/pom.xml 2012-03-26 21:55:14 UTC (rev 1541)
+++ console/trunk/app/pom.xml 2012-03-26 21:55:35 UTC (rev 1542)
@@ -152,7 +152,7 @@
</executions>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
- <packagingExcludes>WEB-INF/**</packagingExcludes>
+ <packagingExcludes>WEB-INF/lib/**</packagingExcludes>
<overlays>
<overlay>
<id>core-web-resources</id>
@@ -251,7 +251,7 @@
</executions>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
- <packagingExcludes>WEB-INF/**</packagingExcludes>
+ <packagingExcludes>WEB-INF/lib/**</packagingExcludes>
<overlays>
<overlay>
<id>core-web-resources</id>
Show replies by date