[
https://issues.apache.org/jira/browse/MRELEASE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835884#comment-16835884
]
Hudson commented on MRELEASE-985:
---------------------------------
Build succeeded in Jenkins: Maven TLP » maven-release » master #7
See https://builds.apache.org/job/maven-box/job/maven-release/job/master/7/
> 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
(v7.6.3#76005)