brett a81aa7468b extra tests
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114405 13f79535-47bb-0310-9956-ffa450edef68
2003-11-26 09:08:31 +00:00

35 lines
989 B
XML

<?xml version="1.0"?>
<project
xmlns:j="jelly:core">
<preGoal name="touchstone-goal-C">
<echo>preGoal for touchstone-goal-C is running ...</echo>
<j:set var="touchstone_partner_preGoal_C" value="true"/>
</preGoal>
<preGoal name="touchstone-goal-D">
<echo>preGoal for touchstone-goal-D is running ...</echo>
<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>