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:
Herve Boutemy 2012-05-17 15:33:40 +00:00
parent acc04dca1b
commit 61472c57a2
1 changed files with 1 additions and 1 deletions

View File

@ -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>&lt;build&gt;&lt;finalName/&gt;&lt;/build&gt;</code> rather