Karl-Heinz Marbaise created MNG-5654:
----------------------------------------
Summary: Move pluginManagement out of build area
Key: MNG-5654
URL: https://jira.codehaus.org/browse/MNG-5654
Project: Maven
Issue Type: Improvement
Components: FDPFC
Reporter: Karl-Heinz Marbaise
The pluginManagement area has more or less the same meaning as
dependencyManagement so it should also be located at the same level which means:
{code:xml}
<dependencyManagement>
</dependencyManagement>
<pluginManagement>
</pluginManagement>
<build>
</build>
{code}
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)