Author: nbelaevski
Date: 2008-12-17 10:05:42 -0500 (Wed, 17 Dec 2008)
New Revision: 11849
Modified:
trunk/samples/richfaces-demo/pom.xml
Log:
Additional excludes added to richfaces-demo pom.xml
Modified: trunk/samples/richfaces-demo/pom.xml
===================================================================
--- trunk/samples/richfaces-demo/pom.xml 2008-12-17 14:37:11 UTC (rev 11848)
+++ trunk/samples/richfaces-demo/pom.xml 2008-12-17 15:05:42 UTC (rev 11849)
@@ -130,6 +130,7 @@
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
<classifier>jee5</classifier>
<packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</packagingExcludes>
+
<warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/el-*</warSourceExcludes>
</configuration>
</execution>
<execution>
@@ -142,6 +143,7 @@
<webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
<classifier>tomcat6</classifier>
<packagingExcludes>WEB-INF/lib/el-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/el-*</warSourceExcludes>
</configuration>
</execution>
</executions>
Show replies by date