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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]