[
https://jira.codehaus.org/browse/MRELEASE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MRELEASE-264.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> "prepare" mojo calls "package", not "install"
> ---------------------------------------------
>
> Key: MRELEASE-264
> URL: https://jira.codehaus.org/browse/MRELEASE-264
> Project: Maven Release Plugin
> Issue Type: Bug
> Components: stage
> Affects Versions: 2.0-beta-4
> Reporter: Stefan Behnel
>
> The "prepare" mojo calls "mvn package" for the build after adapting the POM
> versions. This results in build failures if the project has interdependencies
> between modules (a rather common case). The problem is that the new version
> has not been deployed so far, so the required module artifacts are not yet
> available from the repository.
> The mojo should call "mvn install" to make artifacts available to the running
> build process.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)