Skip to content

Commit

Permalink
Merge pull request #19 from maschmid/jbossas6-managed
Browse files Browse the repository at this point in the history
add jbossas-managed-6 profile
  • Loading branch information
johnament committed Nov 28, 2011
2 parents 0a1d494 + ecdec64 commit 42fdc92
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
28 changes: 28 additions & 0 deletions testsuite/pom.xml
Expand Up @@ -145,6 +145,34 @@
</build>
</profile>

<profile>
<id>jbossas-managed-6</id>
<activation>
<property>
<name>arquillian</name>
<value>jbossas-managed-6</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.seam.test</groupId>
<artifactId>jbossas-managed-6</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas6</directory>
</testResource>
</testResources>
</build>
</profile>

<profile>
<id>jbossas-remote-7</id>
<activation>
Expand Down
5 changes: 5 additions & 0 deletions testsuite/src/test/resources/arquillian.xml
Expand Up @@ -25,6 +25,11 @@

<container qualifier=""/>
<container qualifier="weld-ee-embedded-1.1"/>
<container qualifier="jbossas-managed-6">
<configuration>
<property name="javaVmArguments">-Xmx1024m -XX:MaxPermSize=512m</property>
</configuration>
</container>
<container qualifier="jbossas-remote-6"/>
<container qualifier="jbossas-remote-7"/>

Expand Down

0 comments on commit 42fdc92

Please sign in to comment.