You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/10/29 06:46:03 UTC

svn commit: r589498 - /maven/plugins/trunk/maven-antrun-plugin/pom.xml

Author: brett
Date: Sun Oct 28 22:46:03 2007
New Revision: 589498

URL: http://svn.apache.org/viewvc?rev=589498&view=rev
Log:
just exclude the chronically failing tests

Modified:
    maven/plugins/trunk/maven-antrun-plugin/pom.xml

Modified: maven/plugins/trunk/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/pom.xml?rev=589498&r1=589497&r2=589498&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Sun Oct 28 22:46:03 2007
@@ -86,6 +86,11 @@
               <pomIncludes>
                 <pomInclude>**/pom.xml</pomInclude>
               </pomIncludes>
+              <pomExcludes>
+                <pomExclude>pom.xml</pomExclude>
+                <pomExclude>test1/pom.xml</pomExclude>
+                <pomExclude>test3/pom.xml</pomExclude>
+              </pomExcludes>
             </configuration>
             <executions>
               <execution>