Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 2.2, 2.3
-
Fix Version/s: None
-
Component/s: install:install
-
Labels:None
-
Number of attachments :
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
Not sure what the root issue is. It looks like the jar plugin is running twice as well. I'm using Maven 2.2.1