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>
|
</configuration>
|
||||||
</mojo>
|
</mojo>
|
||||||
<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>
|
<description>Resolve a late-bound plugin during a build, right before it is to be used.</description>
|
||||||
<requiresDirectInvocation>false</requiresDirectInvocation>
|
<requiresDirectInvocation>false</requiresDirectInvocation>
|
||||||
<requiresProject>true</requiresProject>
|
<requiresProject>true</requiresProject>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
<description>The plugin's version.</description>
|
<description>The plugin's version.</description>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter>
|
<parameter>
|
||||||
<name>gaol</name>
|
<name>goal</name>
|
||||||
<type>java.lang.String</type>
|
<type>java.lang.String</type>
|
||||||
<required>true</required>
|
<required>true</required>
|
||||||
<editable>true</editable>
|
<editable>true</editable>
|
||||||
|
|
Loading…
Reference in New Issue