Fix aspectwerkz tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2004-03-03 10:37:04 +00:00
parent 4bca00dce4
commit 9a4115162d

View File

@ -2,12 +2,8 @@
<goal name="testPlugin">
<!-- Clean projects -->
<j:set var="goal" value="clean"/>
<attainGoal name="multiproject:goal"/>
<!-- Generate project artifacts -->
<j:set var="goal" value="dist"/>
<j:set var="goal" value="clean,dist"/>
<attainGoal name="multiproject:goal"/>
</goal>