git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
21 lines
525 B
XML
21 lines
525 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>
|
|
|
|
<goal name="touchstone-partner-goal-A">
|
|
<j:set var="touchstone_partner_preGoal_D" value="true"/>
|
|
</goal>
|
|
|
|
</project>
|