extra tests

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2003-11-26 09:08:31 +00:00
parent 82a2146b3b
commit a81aa7468b

View File

@@ -13,8 +13,22 @@
<attainGoal name="touchstone-partner-goal-A"/>
</preGoal>
<postGoal name="touchstone-goal-C">
<echo>postGoal for touchstone-goal-C is running ...</echo>
<j:set var="touchstone_partner_postGoal_C" value="true"/>
</postGoal>
<postGoal name="touchstone-goal-D">
<echo>postGoal for touchstone-goal-D is running ...</echo>
<attainGoal name="touchstone-partner-goal-B"/>
</postGoal>
<goal name="touchstone-partner-goal-A">
<j:set var="touchstone_partner_preGoal_D" value="true"/>
</goal>
<goal name="touchstone-partner-goal-B">
<j:set var="touchstone_partner_postGoal_D" value="true"/>
</goal>
</project>