[jboss-svn-commits] JBoss Common SVN: r4435 - arquillian/trunk/examples/testng.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon May 24 09:26:27 EDT 2010
Author: aslak
Date: 2010-05-24 09:26:27 -0400 (Mon, 24 May 2010)
New Revision: 4435
Modified:
arquillian/trunk/examples/testng/pom.xml
Log:
ARQ-149 Excluded failing examples from JBoss 6.0 and OpenWebbeans profiles.
Modified: arquillian/trunk/examples/testng/pom.xml
===================================================================
--- arquillian/trunk/examples/testng/pom.xml 2010-05-24 13:25:08 UTC (rev 4434)
+++ arquillian/trunk/examples/testng/pom.xml 2010-05-24 13:26:27 UTC (rev 4435)
@@ -266,7 +266,7 @@
-->
<argLine>-Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Djava.endorsed.dirs=${project.build.directory}/jboss-${version.jboss_60}/lib/endorsed -Djboss.home=${project.build.directory}/jboss-${version.jboss_60} -Djboss.boot.server.log.dir=${project.build.directory}/jboss-${version.jboss_60}</argLine>
<excludes>
- <exclude>com/acme/cdi/InjectionTestCase</exclude> <!-- Weld Deployer issue in M3 -->
+ <exclude>com/acme/cdi/*</exclude> <!-- Weld Deployer issue in M3 -->
</excludes>
</configuration>
</plugin>
@@ -379,7 +379,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
- <exclude>com/acme/cdi/InjectionTestCase</exclude> <!-- Weld Deployer issue in M3 -->
+ <exclude>com/acme/cdi/*</exclude> <!-- Weld Deployer issue in M3 -->
</excludes>
</configuration>
</plugin>
More information about the jboss-svn-commits
mailing list