You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl-Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2014/06/25 17:18:10 UTC

[jira] (MNG-5654) Move pluginManagement out of build area

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)