[
http://jira.codehaus.org/browse/MINSTALL-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=221917#action_221917
]
David Williams commented on MINSTALL-76:
----------------------------------------
Thanks Benjamin. It turns out it was a misconfiguration in the
maven-jar-plugin. I confirmed late last night and was going to close this
ticket today. Thanks, David
> 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
>
> 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