o Explicitly setting a plugin property for the touchstone test.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113761 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl
2003-07-31 03:01:29 +00:00
parent a1c385b84a
commit 4d1c681e00

View File

@@ -1,11 +1,17 @@
<?xml version="1.0"?>
<project
xmlns:j="jelly:core">
xmlns:j="jelly:core"
xmlns:m="jelly:maven">
<preGoal name="touchstone-goal-C">
<echo>preGoal for touchstone-goal-C is running ...</echo>
<j:set var="touchstone_partner_preGoal_C" value="true"/>
<m:set-plugin-property
plugin="touchstone-partner"
var="touchstone_partner_preGoal_C"
value="true"/>
<echo>inside touchstone-partner : ${plugin.id}</echo>
</preGoal>
@@ -15,7 +21,12 @@
</preGoal>
<goal name="touchstone-partner-goal-A">
<j:set var="touchstone_partner_preGoal_D" value="true"/>
<m:set-plugin-property
plugin="touchstone-partner"
var="touchstone_partner_preGoal_D"
value="true"/>
</goal>
</project>