jira-importer commented on issue #306: URL: https://github.com/apache/maven-install-plugin/issues/306#issuecomment-2771866588
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented I have taken a short look into the pom file. So now the real question is: Why do you have configured maven-install-plugin and maven-deploy-plugin? The destination repository where all artifacts will be deployed to is defined by `distributionManagement` which is not defined here so you have to. Furthermore is the question why you have configured maven-assembly-plugin but configured `<attach>false</attach>` please explain what your use case is? So in the end you can simply define a `distributionManagement` in your pom file and remove `<attach>false</attach>` from the maven-assembly-plugin everything will be installed/deployed via `mvn clean deploy` or `mvn clean install` ? I have made PR to your repository take a deep look into the result... cause it sounds like you have a misunderstanding of how Maven works.... -- 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