Uploaded image for project: 'Maven Release Plugin'
  1. Maven Release Plugin
  2. MRELEASE-264

"prepare" mojo calls "package", not "install"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.0-beta-4
    • None
    • stage
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sbehnel Stefan Behnel
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: