Author: olamy Date: Fri Dec 30 15:36:16 2011 New Revision: 1225848 URL: http://svn.apache.org/viewvc?rev=1225848&view=rev Log: exclude test which are excluded by the ant build
Modified: tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml Modified: tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml?rev=1225848&r1=1225847&r2=1225848&view=diff ============================================================================== --- tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml (original) +++ tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml Fri Dec 30 15:36:16 2011 @@ -128,6 +128,10 @@ <!-- fixme configurable --> <tomcat.test.accesslog>true</tomcat.test.accesslog> </systemPropertyVariables> + <excludes> + <exclude>**/Tester*.java</exclude> + <exclude>org/apache/catalina/tribes/test/**</exclude> + </excludes> </configuration> <executions> <!-- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org