Author: ppitonak(a)redhat.com
Date: 2011-02-15 10:49:06 -0500 (Tue, 15 Feb 2011)
New Revision: 21669
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
Log:
https://issues.jboss.org/browse/RFPL-911
added profile for Tomcat 7
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-02-15 15:25:48 UTC (rev 21668)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-02-15 15:49:06 UTC (rev 21669)
@@ -88,27 +88,27 @@
</properties>
<repositories>
- <repository>
+ <repository>
<id>jboss-qa-releases-repository</id>
<url>http://nexus.qa.jboss.com:8081/nexus/content/repositories/releases</url>
<releases>
- <updatePolicy>never</updatePolicy>
- <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ <enabled>true</enabled>
</releases>
<snapshots>
- <enabled>false</enabled>
- </snapshots>
+ <enabled>false</enabled>
+ </snapshots>
</repository>
<repository>
<id>jboss-qa-snapshots-repository</id>
<url>http://nexus.qa.jboss.com:8081/nexus/content/repositories/snapshots</url>
<releases>
- <enabled>false</enabled>
+ <enabled>false</enabled>
</releases>
<snapshots>
- <updatePolicy>daily</updatePolicy>
- <enabled>true</enabled>
- </snapshots>
+ <updatePolicy>daily</updatePolicy>
+ <enabled>true</enabled>
+ </snapshots>
</repository>
<repository>
<id>jboss-public-repository-group</id>
@@ -217,6 +217,42 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>clean-tomcat7-exploded-war</id>
+ <activation>
+ <property>
+ <name>containerId</name>
+ <value>tomcat7x</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>clean-tomcat-exploded-war</id>
+ <phase>initialize</phase>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+
<excludeDefaultDirectories>true</excludeDefaultDirectories>
+ <filesets>
+ <fileset>
+
<directory>${container.home}/webapps/${context.deploy.path}</directory>
+ <includes>
+ <include>**</include>
+ </includes>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
<profile>
<id>unpack-test-source</id>
@@ -367,6 +403,30 @@
</properties>
</profile>
<profile>
+ <id>tomcat7x-mojarra</id>
+ <properties>
+ <deployable.classifier>mojarra</deployable.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>tomcat7x-mojarra_2_1_0</id>
+ <properties>
+ <deployable.classifier>mojarra_2_1_0</deployable.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>tomcat7x-myfaces</id>
+ <properties>
+ <deployable.classifier>myfaces</deployable.classifier>
+ </properties>
+ </profile>
+ <profile>
+ <id>tomcat7x-mojarra-snapshot</id>
+ <properties>
+
<deployable.classifier>mojarra-snapshot</deployable.classifier>
+ </properties>
+ </profile>
+ <profile>
<id>jboss6x-mojarra</id>
<properties>
<deployable.classifier>jee6</deployable.classifier>