Uploaded image for project: 'Maven Install Plugin'
  1. Maven Install Plugin
  2. MINSTALL-76

Maven-Install-Plugin installs an attached artifact twice if no primary artifact exists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 2.2, 2.3
    • None
    • install:install
    • None

    Description

      I've noticed that both the maven install plugin and maven deploy plugin installs/deploys the attached artifacts twice if the primary artifact does not exist.

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.3:install' -->
      [DEBUG]   (f) artifact = com.mycompany.banking.project:Process:jar:2.4-SNAPSHOT
      [DEBUG]   (f) attachedArtifacts = [com.mycompany.banking.project:Process:jar:xpdl:2.4-SNAPSHOT, com.mycompany.banking.project:Process:jar:xpdl:2.4-SNAPSHOT]
      [DEBUG]   (f) createChecksum = false
      [DEBUG]   (f) localRepository = Repository[local|file://C:\Documents and Settings\John.Doe\.m2\repository]
      [DEBUG]   (f) packaging = jar
      [DEBUG]   (f) pomFile = C:\Workspaces\project\Process\pom.xml
      [DEBUG]   (f) updateReleaseInfo = false
      [DEBUG] -- end configuration --
      [INFO] [install:install {execution: default-install}]
      [INFO] No primary artifact to install, installing attached artifacts instead.
      [INFO] Installing C:\Workspaces\project\Process\pom.xml to C:\Documents and Settings\John.Doe\.m2\repository\com\mycompany\banking\project\Process\2.4-SNAPSHOT\Process-2.4-SNAPSHOT.pom
      [INFO] Installing C:\Workspaces\project\Process\target\Process-2.4-SNAPSHOT-xpdl.jar to C:\Documents and Settings\John.Doe\.m2\repository\com\sungard\banking\project\Process\2.4-SNAPSHOT\Process-2.4-SNAPSHOT-xpdl.jar
      [INFO] Installing C:\Workspaces\project\Process\target\Process-2.4-SNAPSHOT-xpdl.jar to C:\Documents and Settings\John.Doe\.m2\repository\com\sungard\banking\project\Process\2.4-SNAPSHOT\Process-2.4-SNAPSHOT-xpdl.jar
      

      Attachments

        Activity

          People

            bentmann Benjamin Bentmann
            daw13 David Williams
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: