Author: nbelaevski
Date: 2009-08-27 19:07:36 -0400 (Thu, 27 Aug 2009)
New Revision: 15379
Modified:
root/examples/trunk/richfaces-demo/pom.xml
Log:
Removed extra tomcat6 invocation configuration for release profile
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 23:01:25 UTC (rev 15378)
+++ root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 23:07:36 UTC (rev 15379)
@@ -105,17 +105,6 @@
<warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*</warSourceExcludes>
</configuration>
</execution>
- <execution>
- <id>tomcat6</id>
- <phase>package</phase>
- <goals>
- <goal>war</goal>
- </goals>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
- <classifier>tomcat6</classifier>
- </configuration>
- </execution>
</executions>
</plugin>
</plugins>
Show replies by date