Author: heiko.braun(a)jboss.com
Date: 2008-08-12 09:07:17 -0400 (Tue, 12 Aug 2008)
New Revision: 233
Modified:
sam/trunk/modules/core/pom.xml
sam/trunk/pom.xml
Log:
Move test excludes to modules
Modified: sam/trunk/modules/core/pom.xml
===================================================================
--- sam/trunk/modules/core/pom.xml 2008-08-12 12:57:49 UTC (rev 232)
+++ sam/trunk/modules/core/pom.xml 2008-08-12 13:07:17 UTC (rev 233)
@@ -64,7 +64,7 @@
<artifactId>javasim</artifactId>
</dependency>
- <dependency>
+ <dependency>
<groupId>janino</groupId>
<artifactId>janino</artifactId>
</dependency>
@@ -76,14 +76,14 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
+ <artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel</artifactId>
</dependency>
-
+
</dependencies>
<!-- Plugins -->
@@ -96,6 +96,16 @@
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+
<exclude>org/jboss/test/sam/database/DatabaseTestCase.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<profiles>
Modified: sam/trunk/pom.xml
===================================================================
--- sam/trunk/pom.xml 2008-08-12 12:57:49 UTC (rev 232)
+++ sam/trunk/pom.xml 2008-08-12 13:07:17 UTC (rev 233)
@@ -156,10 +156,7 @@
<configuration>
<!--forkMode>never</forkMode-->
<!--argLine>${surefire.jvm.args}
-Dcom.sun.management.jmxremote</argLine-->
- <argLine>${surefire.jvm.args}</argLine>
- <excludes>
-
<exclude>org/jboss/test/sam/database/DatabaseTestCase.java</exclude>
- </excludes>
+ <argLine>${surefire.jvm.args}</argLine>
</configuration>
</plugin>
<plugin>
Show replies by date