jira-importer commented on issue #248: URL: https://github.com/apache/maven-install-plugin/issues/248#issuecomment-2771860553
**[Joerg Schaible](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=joehni)** commented This issue has nothing to do with the install plugin and also not even with the dependency plugin. Your usage of Maven is simply wrong here. You have declared the same plugin twice, therefore all executions and goals are merged. Since you've configured the plugin twice for all executions, one configuration will be lost. It's undefined which one. Therefore merge the two declarations yourself and move the configuration into the execution block where it belongs if you execute two goals. -- 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