Title: [910] trunk/rails-integration/pom.xml: Use newer surefire, and add an exclude for abstract classes
Revision
910
Author
tantalon
Date
2008-02-17 15:45:02 -0500 (Sun, 17 Feb 2008)

Log Message

Use newer surefire, and add an exclude for abstract classes

Modified Paths


Diff

Modified: trunk/rails-integration/pom.xml (909 => 910)


--- trunk/rails-integration/pom.xml	2008-02-17 20:17:04 UTC (rev 909)
+++ trunk/rails-integration/pom.xml	2008-02-17 20:45:02 UTC (rev 910)
@@ -221,11 +221,14 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4.1</version>
         <configuration>
           <forkMode>pertest</forkMode>
           <enableAssertions>false</enableAssertions>
           <argLine>-Xmx256m</argLine>
+          <excludes>
+            <exclude>**/Abstract*.java</exclude>
+          </excludes>
         </configuration>
       </plugin>
       <plugin>
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to