plugin:test for gump is fixed

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280689 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-13 22:16:05 +00:00
parent 92ed68529d
commit 8e8930773e

View File

@ -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">