mirror of https://github.com/apache/maven.git
o Merge r611419.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@611425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6bef2dd419
commit
6e544a5643
|
@ -1387,7 +1387,7 @@
|
|||
<version>3.0.0+</version>
|
||||
<description>
|
||||
<![CDATA[
|
||||
The <code><dependency></code> element contains informations required to a dependency
|
||||
The <code><dependency></code> element contains information about a dependency
|
||||
of the project.
|
||||
]]>
|
||||
</description>
|
||||
|
@ -2913,7 +2913,7 @@
|
|||
<version>4.0.0</version>
|
||||
<description>
|
||||
<![CDATA[
|
||||
The version (or valid range of verisons) of the plugin to be used.
|
||||
The version (or valid range of versions) of the plugin to be used.
|
||||
]]>
|
||||
</description>
|
||||
<type>String</type>
|
||||
|
@ -2934,7 +2934,7 @@
|
|||
<version>4.0.0</version>
|
||||
<description>
|
||||
Multiple specifications of a set of goals to execute during
|
||||
the build lifecycle, each having (possibly) different
|
||||
the build lifecycle, each having (possibly) a different
|
||||
configuration.
|
||||
</description>
|
||||
<association>
|
||||
|
@ -3079,7 +3079,7 @@
|
|||
<defaultValue>default</defaultValue>
|
||||
<description>
|
||||
The identifier of this execution for labelling the goals
|
||||
during the build, and for matching exections to merge during
|
||||
during the build, and for matching executions to merge during
|
||||
inheritance.
|
||||
</description>
|
||||
</field>
|
||||
|
@ -3090,7 +3090,7 @@
|
|||
<description>
|
||||
The build lifecycle phase to bind the goals in this
|
||||
execution to. If omitted, the goals will be bound to the
|
||||
default specified in their metadata.
|
||||
default phase specified in their metadata.
|
||||
</description>
|
||||
</field>
|
||||
<field>
|
||||
|
|
Loading…
Reference in New Issue