Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3
-
None
-
None
-
Patch
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.
Attachments
Attachments
Issue Links
- is depended upon by
-
MNG-2759 Resolving transitive dependencies of artefacts with classifiers fails
- Closed
- is related to
-
MDEPLOY-205 MavenProject with only attachments must have packaging "pom"
- Closed
- relates to
-
MINSTALL-41 Install with classifier does not install pom
- Closed