[
https://issues.apache.org/jira/browse/MRELEASE-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-181.
-----------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> During the release:prepare goal this plugin should check if released versions
> of SNAPSHOT dependencies exist before failing.
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: MRELEASE-181
> URL: https://issues.apache.org/jira/browse/MRELEASE-181
> Project: Maven Release Plugin
> Issue Type: Improvement
> Components: prepare
> Environment: All
> Reporter: Gregory Scott
> Priority: Major
>
> During the release:prepare goal this plugin should check if released versions
> of SNAPSHOT dependencies exist before failing.
> When working in an environment where multiple modules are apart of the
> release it becomes time consuming to update each module with the correct
> version.
> For Example:
> Lets say you have 3 projects A, B, and C. Project A depends on B and C.
> Project B depends on C. All projects are at version x-SNAPSHOT. All projects
> have been tested and are ready for release. I run through the release process
> for Project C and version x is now deployed to the repository and ready for
> use. I then go to do the release for Project B the current release plugin
> fails because it says my POM is still referencing project C version
> x-SNAPSHOT. Oops okay I'll have to update the POM to use project C version x.
> This goes on an on. It would be nice for the plugin to realize that there is
> a SNAPSHOT dependency but goes and checks the repository for a released
> version of that SNAPSHOT; if found update the POM accordingly and continue
> with the release process.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)