Author: jim.ma
Date: 2015-05-19 05:35:24 -0400 (Tue, 19 May 2015)
New Revision: 19754
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Add additional wildfly9-secmgr profile to avoid effect wildfly8
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2015-05-19 08:46:29 UTC (rev 19753)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2015-05-19 09:35:24 UTC (rev 19754)
@@ -629,7 +629,7 @@
<version>${arquillian.version}</version>
<scope>test</scope>
</dependency>
- <!-- LittleProxy depencency declared in this profile as other profiles require
different exclusions -->
+ <!-- LittleProxy depencency declared in this profile as other profiles require
sdifferent exclusions -->
<dependency>
<groupId>org.littleshoot</groupId>
<artifactId>littleproxy</artifactId>
@@ -866,10 +866,6 @@
<name>secmgr</name>
</property>
</activation>
- <properties>
- <additionalJvmArgs>-Djava.security.manager</additionalJvmArgs>
- </properties>
-
<build>
<plugins>
<plugin>
@@ -886,6 +882,21 @@
</profile>
<!--
+ Name: wildfly9-secmgr
+ Descr: Additional jvm argumetns to add "-secmgr" flag in server start
options"
+ -->
+ <profile>
+ <id>wildfly9-secmgr</id>
+ <activation>
+ <property>
+ <name>wildfly9-secmgr</name>
+ </property>
+ </activation>
+ <properties>
+ <additionalJvmArgs>-Djava.security.manager</additionalJvmArgs>
+ </properties>
+ </profile>
+ <!--
Name: exclude-integration-tests-BC-related
Descr: Additional exclusions of integration tests which require installed JCE
Provider Bouncy Castle (AS 7.x)
-->