Rene Krell created MENFORCER-129:
------------------------------------
Summary: Typo in documentation of requirePluginVersions rule
Key: MENFORCER-129
URL: https://jira.codehaus.org/browse/MENFORCER-129
Project: Maven 2.x Enforcer Plugin
Issue Type: Improvement
Affects Versions: 1.0.1, 1.0
Reporter: Rene Krell
In the doucmentation at
http://maven.apache.org/enforcer/enforcer-rules/requirePluginVersions.html you
have an example containing the line:
{code}
<unCheckedPluginsList>org.apache.maven.plugins:maven-enforcer-plugin,org.apache.maven.plugins:maven-idea-plugin</unCheckedPluginsList>
{code}
Should be:
{code}
<unCheckedPluginList>org.apache.maven.plugins:maven-enforcer-plugin,org.apache.maven.plugins:maven-idea-plugin</unCheckedPluginList>
{code}
instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira