- don't test plugin-parent

- test for maven-plugin-plugin is fixed

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-09-13 21:32:03 +00:00
parent 954d63af6b
commit 19615b5b9d

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="aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*,clover/*,gump/*,plugin/*"/>
<j:set var="maven.multiproject.excludes" value="parent-plugin/*,aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*,clover/*,gump/*"/>
<attainGoal name="multiproject:goal"/>
</goal>
<goal name="plugins:site" description="Create the web site root for all plugins">