Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.5
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
This is very similar to MINSTALL-41.
Problem is that when there is an classifier set to artifact there is no primary artifact just pom file. Artifact with classifier is placed in attachedArtifacts. It means that it is necessary to deploy POM although there is no primary artifact.
This is fixed by attached patch. There is a new method deploy i a class DeployMojo. This class is subset of same named method of Maven core DefaultArtifactDeployer class. It would be better to change core DefaultArtifactDeployer to ignore null File source argument.
Issue Links
- is depended upon by
-
MNG-2759
Resolving transitive dependencies of artefacts with classifiers fails
-
- relates to
-
MINSTALL-41
Install with classifier does not install pom
-
Fixed in r754768.