You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "jinyanan (JIRA)" <ji...@apache.org> on 2019/03/08 01:49:00 UTC

[jira] [Commented] (MNG-5588) Scope import in pluginManagement

    [ https://issues.apache.org/jira/browse/MNG-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16787435#comment-16787435 ] 

jinyanan commented on MNG-5588:
-------------------------------

It's a good feature which I need too.

> Scope import in pluginManagement
> --------------------------------
>
>                 Key: MNG-5588
>                 URL: https://issues.apache.org/jira/browse/MNG-5588
>             Project: Maven
>          Issue Type: Wish
>          Components: Dependencies, FDPFC, POM
>    Affects Versions: 3.1.1
>            Reporter: Romain N
>            Priority: Major
>             Fix For: 4.0.x-candidate
>
>
> 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
(v7.6.3#76005)