[jboss-svn-commits] JBoss Common SVN: r4434 - arquillian/trunk/examples/junit.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon May 24 09:25:08 EDT 2010
Author: aslak
Date: 2010-05-24 09:25:08 -0400 (Mon, 24 May 2010)
New Revision: 4434
Modified:
arquillian/trunk/examples/junit/pom.xml
Log:
ARQ-149 Excluded failing examples from JBoss 6.0 and OpenWebbeans profiles.
Modified: arquillian/trunk/examples/junit/pom.xml
===================================================================
--- arquillian/trunk/examples/junit/pom.xml 2010-05-24 13:21:58 UTC (rev 4433)
+++ arquillian/trunk/examples/junit/pom.xml 2010-05-24 13:25:08 UTC (rev 4434)
@@ -265,7 +265,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>
@@ -378,7 +378,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