jira-importer commented on issue #299: URL: https://github.com/apache/maven-install-plugin/issues/299#issuecomment-2771865766
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented According to your poms ýou didn't lock the `maven-install-plugin` to any version. Maven doesn't pick up the latest released version, but a default version which can be upgraded with every new release of Maven. To keep your build consistent I would advice to lock all build-plugins and don't rely on the default of Maven (and Maven has defaults because it is better than no versions at all). Ensure the every project uses the same version of both the `maven-install-plugin` and `maven-deploy-plugin` and you can use the install/deploy-AtEnd feature. -- 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]
