mirror of https://github.com/apache/maven.git
Fix: MNG-3927
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@730028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
269c07916e
commit
a64d505aa3
|
@ -2733,7 +2733,7 @@
|
||||||
<name>id</name>
|
<name>id</name>
|
||||||
<version>4.0.0</version>
|
<version>4.0.0</version>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
<defaultValue>default</defaultValue>
|
<defaultValue>default-execution-id</defaultValue>
|
||||||
<description>The identifier of this execution for labelling the goals during the build,
|
<description>The identifier of this execution for labelling the goals during the build,
|
||||||
and for matching executions to merge during inheritance.</description>
|
and for matching executions to merge during inheritance.</description>
|
||||||
</field>
|
</field>
|
||||||
|
@ -2759,7 +2759,7 @@
|
||||||
<version>4.0.0</version>
|
<version>4.0.0</version>
|
||||||
<code>
|
<code>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
public static final String DEFAULT_EXECUTION_ID = "default";
|
public static final String DEFAULT_EXECUTION_ID = "default-execution-id";
|
||||||
]]>
|
]]>
|
||||||
</code>
|
</code>
|
||||||
</codeSegment>
|
</codeSegment>
|
||||||
|
|
Loading…
Reference in New Issue