You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2019/10/28 21:03:00 UTC

[jira] [Commented] (MRELEASE-985) Override SNAPSHOT dependencies from command line

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

Hudson commented on MRELEASE-985:
---------------------------------

Build succeeded in Jenkins: Maven TLP » maven-release » master #23

See https://builds.apache.org/job/maven-box/job/maven-release/job/master/23/

> Override SNAPSHOT dependencies from command line
> ------------------------------------------------
>
>                 Key: MRELEASE-985
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-985
>             Project: Maven Release Plugin
>          Issue Type: New Feature
>            Reporter: Petar Tahchiev
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> As a user I would like to be able to override SNAPSHOT dependencies from the command line so that the build would not be aborted if I have SNAPSHOT dependencies in my {{pom.xml}}.
> For example let's consider I have a {{pom.xml}} which declares the following dependency:
> {code}
> <dependency>
>     <groupId>com.mycompany</groupId>
>     <artifactId>test</artifactId</artifactId>
>     <version>1.0-SNAPSHOT</version>
> </dependency>
> {code}
> or this parent:
> {code}
> <parent>
>     <groupId>com.mycompany</groupId>
>     <artifactId>test</artifactId</artifactId>
>     <version>1.0-SNAPSHOT</version>
> </parent>
> {code}
> When I start the build it would fail, because I have unresolved SNAPSHOT dependencies. However, it would be really useful if I can specify the following:
> {code}
> mvn release:prepare --batch-mode -DdependencyVersion.com.mycompany:test=1.1.RELEASE -DdevelopmentVersion.com.mycompany:test=1.2.BUILD-SNAPSHOT
> {code}



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