jira-importer commented on issue #211: URL: https://github.com/apache/maven-install-plugin/issues/211#issuecomment-2771850470
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented The logs start with ``` [INFO] ------------------------------------------------------------------------ [INFO] Building de.ser.doxis4.maven.parents.X:management-poms 2.0.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ management-pom s --- [INFO] Installing F:\temp\installAtEnd\pom.xml to D:\maven-repository\de\ser\dox is4\maven\parents\X\management-poms\2.0.0-SNAPSHOT\management-poms-2.0.0-SNAPSHO T.pom [INFO] ``` So here version 2.3.1 is used. Every project must increase a counter, so the install-plugin knows when all other projects are ready. This requires that they all **must** use the same version of the `maven-install-plugin`. The fix is simple: also add `maven-install-plugin-2.5.1` to the parent. -- 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