mirror of https://github.com/apache/maven.git
fixed editable documentation, since it is the contrary of read-only javadoc tag that this text was taken from
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1339655 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acc04dca1b
commit
61472c57a2
|
@ -387,7 +387,7 @@ under the License.
|
|||
<type>boolean</type>
|
||||
<defaultValue>true</defaultValue>
|
||||
<description><![CDATA[
|
||||
Specifies that this parameter cannot be configured directly by the user (as in the case of POM-specified
|
||||
Specifies that this parameter can be configured directly by the user (as in the case of POM-specified
|
||||
configuration). This is useful when you want to force the user to use common POM elements rather than
|
||||
plugin configurations, as in the case where you want to use the artifact's final name as a parameter. In
|
||||
this case, you want the user to modify <code><build><finalName/></build></code> rather
|
||||
|
|
Loading…
Reference in New Issue