You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/12/30 16:36:16 UTC

svn commit: r1225848 - /tomcat/sandbox/trunk-mvn-build/tomcat-tests/pom.xml

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org