You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/14 00:16:10 UTC

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

Author: aheritier
Date: Tue Sep 13 15:16:05 2005
New Revision: 280689

URL: http://svn.apache.org/viewcvs?rev=280689&view=rev
Log:
plugin:test for gump is fixed

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?rev=280689&r1=280688&r2=280689&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/maven.xml (original)
+++ maven/maven-1/plugins/trunk/maven.xml Tue Sep 13 15:16:05 2005
@@ -27,7 +27,7 @@
   <goal name="plugins:test-all" description="Test all plugins">
     <j:set var="goal" value="plugin:test"/>
     <!-- The following tests are broken under any version of Maven -->
-    <j:set var="maven.multiproject.excludes" value="parent-plugin/*,aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*,clover/*,gump/*"/>
+    <j:set var="maven.multiproject.excludes" value="parent-plugin/*,aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*,clover/*"/>
     <attainGoal name="multiproject:goal"/>
   </goal>
   <goal name="plugins:site" description="Create the web site root for all plugins">



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