Fixing late-bound plugin resolution mojo definition.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@541941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2007-05-26 21:21:28 +00:00
parent 10febbbda0
commit 856767d7f8
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@
</configuration>
</mojo>
<mojo>
<goal>resolve-plugin</goal>
<goal>resolve-late-bound-plugin</goal>
<description>Resolve a late-bound plugin during a build, right before it is to be used.</description>
<requiresDirectInvocation>false</requiresDirectInvocation>
<requiresProject>true</requiresProject>
@ -156,7 +156,7 @@
<description>The plugin's version.</description>
</parameter>
<parameter>
<name>gaol</name>
<name>goal</name>
<type>java.lang.String</type>
<required>true</required>
<editable>true</editable>