Author: ppitonak(a)redhat.com
Date: 2011-07-29 08:50:47 -0400 (Fri, 29 Jul 2011)
New Revision: 22574
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
Log:
jboss6x-snapshot profiles removed
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-07-29 12:43:45 UTC (rev 22573)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-07-29 12:50:47 UTC (rev 22574)
@@ -332,61 +332,6 @@
</build>
</profile>
<profile>
- <id>container-jboss6x</id>
- <activation>
- <property>
- <name>containerId</name>
- <value>jboss6x-snapshot</value>
- </property>
- </activation>
- <properties>
-
<container.short.version>6.0.1-SNAPSHOT</container.short.version>
- <container.version>6.0.1-SNAPSHOT</container.version>
-
<container.dir.deflatted>jboss-6.0.x</container.dir.deflatted>
-
<container.dir.unflatted>jboss-${container.version}</container.dir.unflatted>
-
<
container.installer.url>http://hudson.qa.jboss.com/hudson/view/JBoss%2...
- <container.dir>jboss-${container.version}</container.dir>
- <container.configuration>default</container.configuration>
-
<container.configuration.home>${container.home}/server/${container.configuration}</container.configuration.home>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- <executions>
- <execution>
- <id>undeploy-container</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>undeploy</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <container>
- <containerId>jboss6x</containerId>
- <append>false</append>
- <timeout>${cargo.timeout.deploy}</timeout>
- <zipUrlInstaller>
- <url>${container.installer.url}</url>
-
<installDir>${project.build.directory}/installs</installDir>
- </zipUrlInstaller>
- </container>
- <configuration>
-
<home>${container.home}/server/${container.configuration}</home>
- <type>existing</type>
- <properties>
-
<cargo.jboss.configuration>${container.configuration}</cargo.jboss.configuration>
- <cargo.rmi.port>1099</cargo.rmi.port>
- </properties>
- </configuration>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>tomcat6x-mojarra</id>
<properties>
<deployable.classifier>mojarra</deployable.classifier>
@@ -453,25 +398,6 @@
</properties>
</profile>
<profile>
- <id>jboss6x-snapshot-mojarra</id>
- <properties>
- <deployable.classifier>jee6</deployable.classifier>
- </properties>
- </profile>
- <profile>
- <id>jboss6x-snapshot-mojarra_2_1_0</id>
- <properties>
- <deployable.classifier>mojarra_2_1_0</deployable.classifier>
- </properties>
- </profile>
- <profile>
- <id>jboss6x-snapshot-myfaces</id>
- <properties>
- <deployable.classifier>jee6</deployable.classifier>
- <jsf.config>MyFaces-2.0</jsf.config>
- </properties>
- </profile>
- <profile>
<id>jboss6x-rewrite-default-jsf-config</id>
<activation>
<property>
@@ -507,42 +433,6 @@
</plugins>
</build>
</profile>
- <profile>
- <id>jboss6x-snapshot-rewrite-default-jsf-config</id>
- <activation>
- <property>
- <name>containerId</name>
- <value>jboss6x-snapshot</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
-
<groupId>com.google.code.maven-replacer-plugin</groupId>
- <artifactId>maven-replacer-plugin</artifactId>
- <version>1.3.2</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>replace</goal>
- </goals>
- <configuration>
-
<file>${container.home}/server/${container.configuration}/deployers/jsf.deployer/META-INF/jsf-integration-deployer-jboss-beans.xml</file>
- <regex>true</regex>
- <regexFlags>
- <regexFlag>MULTILINE</regexFlag>
- </regexFlags>
- <token><property
-
name="defaultJSFConfig">\s*<value>[a-zA-Z0-9\.\-]+</value></token>
- <value><property
name="defaultJSFConfig"><value>${jsf.config}</value></value>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
</profiles>
<build>