mirror of https://github.com/apache/maven.git
Tweak the description for a PluginExecution phase, to clarify where the default phase comes from.
This commit is contained in:
parent
8317522cdf
commit
608b430f7d
|
@ -2879,7 +2879,7 @@
|
||||||
<version>4.0.0+</version>
|
<version>4.0.0+</version>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
<description>The build lifecycle phase to bind the goals in this execution to. If omitted,
|
<description>The build lifecycle phase to bind the goals in this execution to. If omitted,
|
||||||
the goals will be bound to the default phase specified in their metadata. </description>
|
the goals will be bound to the default phase specified by the plugin. </description>
|
||||||
</field>
|
</field>
|
||||||
<field xml.transient="true">
|
<field xml.transient="true">
|
||||||
<name>priority</name>
|
<name>priority</name>
|
||||||
|
|
Loading…
Reference in New Issue