[ http://jira.codehaus.org/browse/MINSTALL-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann closed MINSTALL-76. ------------------------------------- Resolution: Not A Bug Fix Version/s: 2.3 Assignee: Benjamin Bentmann bq. [DEBUG] (f) attachedArtifacts = [com.mycompany.banking.project:Process:jar:xpdl:2.4-SNAPSHOT, com.mycompany.banking.project:Process:jar:xpdl:2.4-SNAPSHOT] The artifact is attached/created two times, so this is either a bug in the plugin attaching those artifacts or just a misconfiguraton in the POM. > Maven-Install-Plugin installs an attached artifact twice if no primary > artifact exists > -------------------------------------------------------------------------------------- > > Key: MINSTALL-76 > URL: http://jira.codehaus.org/browse/MINSTALL-76 > Project: Maven 2.x Install Plugin > Issue Type: Bug > Components: install:install > Affects Versions: 2.2, 2.3 > Reporter: David Williams > Assignee: Benjamin Bentmann > Fix For: 2.3 > > > 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. > {noformat} > [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 > {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira