Skip to content

Commit

Permalink
Add incontainer-remote profile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 12, 2010
1 parent c6f9f91 commit 7a7d21c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions impl/pom.xml
Expand Up @@ -176,6 +176,39 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>incontainer-remote</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>incontainer-remote</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-jbossas-remote-6</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-client</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<parallel>none</parallel>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<scm>
Expand Down

0 comments on commit 7a7d21c

Please sign in to comment.