Romain N created MNG-5588:
-----------------------------

             Summary: Scope import in pluginManagement
                 Key: MNG-5588
                 URL: https://jira.codehaus.org/browse/MNG-5588
             Project: Maven 2 & 3
          Issue Type: Wish
          Components: Dependencies
    Affects Versions: 3.1.1
            Reporter: Romain N


I can do this in dependencyManagement to define dependencies versions:

{code}
<dependency>
        <groupId>test</groupId>
        <artifactId>test</artifactId>
        <version>1</version>
       <scope>import</scope>
       <type>pom</type>
</dependency>
{code}

It could be great to can do the same things in pluginManagements to define 
version plugin and default behavior.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to