mirror of https://github.com/apache/maven.git
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:
parent
10febbbda0
commit
856767d7f8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue