You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/17 17:33:40 UTC

svn commit: r1339655 - /maven/maven-3/trunk/maven-plugin-api/src/main/mdo/plugin.mdo

Author: hboutemy
Date: Thu May 17 15:33:40 2012
New Revision: 1339655

URL: http://svn.apache.org/viewvc?rev=1339655&view=rev
Log:
fixed editable documentation, since it is the contrary of read-only javadoc tag that this text was taken from

Modified:
    maven/maven-3/trunk/maven-plugin-api/src/main/mdo/plugin.mdo

Modified: maven/maven-3/trunk/maven-plugin-api/src/main/mdo/plugin.mdo
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-plugin-api/src/main/mdo/plugin.mdo?rev=1339655&r1=1339654&r2=1339655&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-plugin-api/src/main/mdo/plugin.mdo (original)
+++ maven/maven-3/trunk/maven-plugin-api/src/main/mdo/plugin.mdo Thu May 17 15:33:40 2012
@@ -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