You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/05/04 14:25:00 UTC

[jira] [Updated] (MNG-6402) Version of imported POM in DependencyMangement not visible

     [ https://issues.apache.org/jira/browse/MNG-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated MNG-6402:
--------------------------------
    Summary: Version of imported POM in DependencyMangement not visible  (was: Maven Projekt do not see the version of imported POM in DependencyMangement)

> Version of imported POM in DependencyMangement not visible
> ----------------------------------------------------------
>
>                 Key: MNG-6402
>                 URL: https://issues.apache.org/jira/browse/MNG-6402
>             Project: Maven
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 3.5.2
>            Reporter: Rong Li
>            Priority: Major
>
> We have following imported dependency in our pom.xml:
> {code:java}
> <dependencyManagement>
>     <dependencies>
>         <dependency>
>             <groupId>my.company</groupId>
>             <artifactId>company-dependency-management</artifactId>
>             <version>1.0.0-SNAPSHOT</version>
>             <type>pom</type>
>             <scope>import</scope>
>         </dependency>
>    </dependencies>
> </dependencyManagement>
> {code}
> We want to use some plugins to ensure that this dependency should not be SNAPSHOT-version before release, but this dependency will be resolved with the list of imported dependencies in the effective pom.xml. There is no chance to get this SNAPSHOT-version.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)