jira-importer commented on issue #315: URL: https://github.com/apache/maven-install-plugin/issues/315#issuecomment-2771867679
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented This is not install/deploy plugin bug, but Maven bug: MNG-8138 In short, when MNG-8138 is fixed your project will fail, and reason is following: Your module kohlschutter-parent-multirelease declares packaging=pom in POM, but despite that it builds a JAR and _attaches it as main JAR_. This brings Maven inner state into "invalid state": a project that is packaging=pom, but has attached a JAR as main artifact. This should not happen. Workaround for now: skip jar plugin in module kohlschutter-parent-multirelease. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
