exclude failing plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-09-02 01:01:05 +00:00
parent b0dbab9248
commit 9ee76314b7

View File

@ -20,7 +20,7 @@
<goal name="plugins:test-all">
<j:set var="goal" value="plugin:test"/>
<j:set var="maven.multiproject.excludes" value="dashboard/*"/>
<j:set var="maven.multiproject.excludes" value="dashboard/*,eclipse/*"/>
<attainGoal name="multiproject:goal"/>
</goal>