You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2019/12/22 12:05:00 UTC

[jira] [Updated] (MRELEASE-917) Snapshot dependency not detected by release:prepare

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

Elliotte Rusty Harold updated MRELEASE-917:
-------------------------------------------
    Priority: Minor  (was: Critical)

> Snapshot dependency not detected by release:prepare
> ---------------------------------------------------
>
>                 Key: MRELEASE-917
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-917
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 2.5.1
>         Environment: Maven 3.3.3, Java version: 1.8.0_45, vendor: Oracle Corporation, OS name: "mac os x", version: "10.10.4"
>            Reporter: Hendrik Saly
>            Priority: Minor
>
> Submodule pom contains a <test> dependency to a library which contains a snapshot dependency. This was was not detected by the release plugin.
> submodule pom (which should be released)
> {quote}
> <dependency>
>       <groupId>com.github.stefanbirkner</groupId>
>       <artifactId>system-rules</artifactId>
>       <version>1.8.0</version>
>       <scope>test</scope>
> </dependency>
> {quote}
> The system-rules library pom contains:
> {quote}
>     <dependency>
>       <groupId>commons-io</groupId>
>       <artifactId>commons-io</artifactId>
>       <version>[2.0,)</version>
>       <scope>compile</scope>
>     </dependency>
> {quote}
> This is resolved to a snapshot like commons-io 2.5-20150806.132407-140



--
This message was sent by Atlassian Jira
(v8.3.4#803005)