Author: bayard Date: Thu Apr 23 06:03:24 2009 New Revision: 767814 URL: http://svn.apache.org/viewvc?rev=767814&view=rev Log: Found another test to add to the pom :)
Modified: jakarta/taglibs/proper/standard/trunk/pom.xml Modified: jakarta/taglibs/proper/standard/trunk/pom.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/pom.xml?rev=767814&r1=767813&r2=767814&view=diff ============================================================================== --- jakarta/taglibs/proper/standard/trunk/pom.xml (original) +++ jakarta/taglibs/proper/standard/trunk/pom.xml Thu Apr 23 06:03:24 2009 @@ -138,7 +138,12 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <includes> + <include>org/apache/taglibs/standard/lang/jstl/test/StaticFunctionTests.java</include> + <include>org/apache/taglibs/standard/TestVersion.java</include> + </includes> <excludes> + <!-- Cactus tests. To move --> <exclude>org/apache/taglibs/standard/functions/TestEndsWith.java</exclude> <exclude>org/apache/taglibs/standard/tag/el/core/Test34109.java</exclude> --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org