You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/03/03 02:49:28 UTC

svn commit: r155996 - maven/maven-1/plugins/trunk/maven.xml

Author: brett
Date: Wed Mar  2 17:49:27 2005
New Revision: 155996

URL: http://svn.apache.org/viewcvs?view=rev&rev=155996
Log:
bad tests

Modified:
    maven/maven-1/plugins/trunk/maven.xml

Modified: maven/maven-1/plugins/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/maven.xml?view=diff&r1=155995&r2=155996
==============================================================================
--- maven/maven-1/plugins/trunk/maven.xml (original)
+++ maven/maven-1/plugins/trunk/maven.xml Wed Mar  2 17:49:27 2005
@@ -22,7 +22,8 @@
 
   <goal name="plugins:test-all">
     <j:set var="goal" value="plugin:test"/>
-    <j:set var="maven.multiproject.excludes" value="dashboard/*,eclipse/*"/>
+    <!-- The following tests are broken under any version of Maven -->
+    <j:set var="maven.multiproject.excludes" value="aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*"/>
     <attainGoal name="multiproject:goal"/>
   </goal>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org