Author: rsvoboda(a)redhat.com
Date: 2013-10-22 07:07:49 -0400 (Tue, 22 Oct 2013)
New Revision: 18033
Modified:
projects/wsi-bp-test/trunk/pom.xml
Log:
WSI: removing eap610 jboss713 jboss712 profiles
Modified: projects/wsi-bp-test/trunk/pom.xml
===================================================================
--- projects/wsi-bp-test/trunk/pom.xml 2013-10-22 08:14:11 UTC (rev 18032)
+++ projects/wsi-bp-test/trunk/pom.xml 2013-10-22 11:07:49 UTC (rev 18033)
@@ -478,106 +478,6 @@
</profile>
<!--
- Name: jboss712
- Descr: JBoss-7.1.2 specific options
- -->
- <profile>
- <id>jboss712</id>
- <properties>
- <jboss.version>${jboss712.version}</jboss.version>
- <jbossws.integration.target>jboss712</jbossws.integration.target>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss712-tests-integration</artifactId>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArguments>
-
<endorseddirs>${project.build.directory}/endorsed</endorseddirs>
- </compilerArguments>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
${surefire.default-mgmt-serurity.args}
-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
- <excludes>
-
<!--https://tools.oasis-open.org/issues/browse/WSBRSP-3(BSP3070)-->
- <!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase*</exclude>
-
-
<!--https://tools.oasis-open.org/issues/browse/WSBRSP-4(BSP3032)-->
- <!--After WSBRSP-4 is resolved we can port KerberosTestCase(with
spring installed)-->
- <!--this broke the WSI-Analyzer-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/secconv/*TestCase*</exclude>
- <!--this broke the alogrithm conformance in wsi-bsp-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/basic/SignEncryptGCMTestCase*</exclude>
-
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!--
- Name: jboss713
- Descr: JBoss-7.1.3 specific options
- -->
- <profile>
- <id>jboss713</id>
- <properties>
- <jboss.version>${jboss713.version}</jboss.version>
- <jbossws.integration.target>jboss713</jbossws.integration.target>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss713-tests-integration</artifactId>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArguments>
-
<endorseddirs>${project.build.directory}/endorsed</endorseddirs>
- </compilerArguments>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
${surefire.default-mgmt-serurity.args}
-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
- <excludes>
-
<!--https://tools.oasis-open.org/issues/browse/WSBRSP-3(BSP3070)-->
- <!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase*</exclude>
-
-
<!--https://tools.oasis-open.org/issues/browse/WSBRSP-4(BSP3032)-->
- <!--After WSBRSP-4 is resolved we can port KerberosTestCase(with
spring installed)-->
- <!--this broke the WSI-Analyzer-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/secconv/*TestCase*</exclude>
- <!--this broke the alogrithm conformance in wsi-bsp-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/basic/SignEncryptGCMTestCase*</exclude>
-
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <!--
Name: jboss720
Descr: JBoss-7.2.0 specific options
-->
@@ -668,66 +568,7 @@
</build>
</profile>
-
<!--
- Name: EAP 6.1.0.GA
- -->
- <profile>
- <id>eap610</id>
- <properties>
- <jbossws.cxf.version>4.1.3.Final-redhat-1</jbossws.cxf.version>
-
<jbossws.shared.testsuite.version>4.0.7.GA-redhat-1</jbossws.shared.testsuite.version>
- <gnu.getopt.version>1.0.13-redhat-2</gnu.getopt.version>
- <log4j.version>1.2.16-redhat-2</log4j.version>
- <jboss720.version>7.2.0.Final</jboss720.version>
- <ejb.api.version>1.0.1.Final</ejb.api.version>
- <jaxb.api.version>1.0.3.Final</jaxb.api.version>
- <jaxws.api.version>2.0.0.Final</jaxws.api.version>
- <jsr181.api.version>1.0-MR1</jsr181.api.version>
- <spring.version>3.0.7.RELEASE</spring.version>
- <picketlink.version>2.1.6.Final-redhat-1</picketlink.version>
- <org.slf4j.version>1.7.2-redhat-1</org.slf4j.version>
- <jboss.version>${jboss720.version}</jboss.version>
- <jbossws.integration.target>jboss720</jbossws.integration.target>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.jboss.as</groupId>
- <artifactId>jboss-as-webservices-tests-integration</artifactId>
- <version>${jboss.version}</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <argLine>${surefire.jvm.args} ${surefire.jvm.management.args}
${surefire.default-mgmt-serurity.args}
-Djava.endorsed.dirs=${project.build.directory}/endorsed</argLine>
- <excludes>
-
<!--https://tools.oasis-open.org/issues/browse/WSBRSP-3(BSP3070)-->
- <!-- # [PLFED-390] PicketLink STS chokes on WS-Policy 1.5 tags
-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustPicketLinkTestCase*</exclude>
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/trust/WSTrustTestCase*</exclude>
-
-
<!--https://tools.oasis-open.org/issues/browse/WSBRSP-4(BSP3032)-->
- <!--After WSBRSP-4 is resolved we can port KerberosTestCase(with
spring installed)-->
- <!--this broke the WSI-Analyzer-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/secconv/*TestCase*</exclude>
- <!--this broke the alogrithm conformance in wsi-bsp-->
-
<exclude>org/jboss/test/ws/jaxws/samples/wsse/policy/basic/SignEncryptGCMTestCase*</exclude>
-
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
-
-
-
-
- <!--
Name: no-jboss-bind-address
Descr: Set the default jboss.bind.address
Show replies by date