Changed dependency handle to follow pattern used by test plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5981106ed7
commit
b42326c0cb
@ -10,7 +10,8 @@
|
||||
xmlns:j="jelly:core"
|
||||
xmlns:doc="doc"
|
||||
xmlns:util="jelly:util"
|
||||
xmlns:ant="jelly:ant">
|
||||
xmlns:ant="jelly:ant"
|
||||
xmlns:define="jelly:define">
|
||||
|
||||
<!--
|
||||
========================================================================
|
||||
@ -386,11 +387,11 @@
|
||||
|
||||
</goal>
|
||||
|
||||
<!--==================================================================-->
|
||||
<!-- Special no-op goal which can be used by other plugin which need -->
|
||||
<!-- to get access to any of this plugin's property. This is -->
|
||||
<!-- temporary, until we get explicit plugin dependencies. -->
|
||||
<!--==================================================================-->
|
||||
<goal name="cactus:load"/>
|
||||
<define:taglib uri="cactus">
|
||||
<define:tag name="dependency-handle">
|
||||
<!-- XXX Use this tag to allow this plugin to be loaded into another -->
|
||||
<!--<attainGoal name="cactus:init"/>-->
|
||||
</define:tag>
|
||||
</define:taglib>
|
||||
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user