Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Split arquillian config into two profiles: jbosseap6 & wildfly81
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Sep 17, 2014
1 parent ec6283a commit 77bacd6
Show file tree
Hide file tree
Showing 6 changed files with 728 additions and 105 deletions.
5 changes: 2 additions & 3 deletions functional-test/pom.xml
Expand Up @@ -308,14 +308,13 @@

<profiles>
<profile>
<id>wildfly</id>
<id>wildfly81</id>
<activation>
<property>
<name>wildfly</name>
<name>wildfly81</name>
</property>
</activation>
<properties>
<wildfly.version>8.1.0.Final</wildfly.version>
<cargo.container>wildfly8x</cargo.container>
<cargo.installation>http://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip</cargo.installation>
<standalone.xml.file>standalone_wildfly.xml</standalone.xml.file>
Expand Down
14 changes: 13 additions & 1 deletion pom.xml
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId>
<version>1.1.1.Final</version>
<version>1.1.5.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -1056,6 +1056,18 @@
</plugins>
</build>
</profile>

<profile>
<id>wildfly81</id>
<activation>
<property>
<name>wildfly81</name>
</property>
</activation>
<properties>
<wildfly.version>8.1.0.Final</wildfly.version>
</properties>
</profile>
</profiles>

<distributionManagement>
Expand Down

0 comments on commit 77bacd6

Please sign in to comment.