jira-importer commented on issue #178: URL: https://github.com/apache/maven-install-plugin/issues/178#issuecomment-2771845455
**[Libor Kramolis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=libor.kramolis)** commented 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 install POM although there is no primary artifact. This is fixed by attached patch. There is a new method install in a class InstallMojo. This class is subset of same named method of Maven core DefaultArtifactInstaller class. It would be better to change core DefaultArtifactInstaller to ignore null File source argument. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org