git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
38 lines
948 B
XML
38 lines
948 B
XML
<?xml version="1.0"?>
|
|
|
|
<project
|
|
xmlns:j="jelly:core">
|
|
|
|
<!--
|
|
|
|
|
| Touchstone goals.
|
|
|
|
|
-->
|
|
|
|
<goal name="touchstone-goal-A">
|
|
<echo>touchstone-goal-A defined in plugin.</echo>
|
|
<j:set var="touchstone_goal_A_from_plugin" value="true"/>
|
|
</goal>
|
|
|
|
<goal name="touchstone-goal-B">
|
|
<echo>touchstone-goal-B defined in plugin.</echo>
|
|
<j:set var="touchstone_goal_B_from_plugin" value="true"/>
|
|
</goal>
|
|
|
|
<goal name="touchstone-goal-C">
|
|
<echo>touchstone-goal-C defined in plugin.</echo>
|
|
<j:set var="touchstone_goal_C_from_plugin" value="true"/>
|
|
</goal>
|
|
|
|
<goal name="touchstone-goal-D">
|
|
<echo>touchstone-goal-D defined in plugin.</echo>
|
|
<j:set var="touchstone_goal_D_from_plugin" value="true"/>
|
|
</goal>
|
|
|
|
<goal name="touchstone-goal-E">
|
|
<echo>touchstone-goal-E defined in plugin.</echo>
|
|
<j:set var="touchstone_goal_E_from_plugin" value="true"/>
|
|
</goal>
|
|
|
|
</project>
|