Skip to content

Commit

Permalink
make it possible to use -Dtest in managed containers
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 10, 2010
1 parent d152688 commit c598cb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests-arquillian/pom.xml
Expand Up @@ -232,6 +232,9 @@
<name>incontainer</name>
</property>
</activation>
<properties>
<test>org.jboss.weld.tests.IntegrationSuite</test>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
Expand All @@ -256,7 +259,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<test>org.jboss.weld.tests.IntegrationSuite</test>
<test>${test}</test>
<parallel>none</parallel>
</configuration>
</plugin>
Expand Down

0 comments on commit c598cb4

Please sign in to comment.