jira-importer commented on issue #313: URL: https://github.com/apache/maven-install-plugin/issues/313#issuecomment-2771867344
**[Peter Huffer](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=peter.huffer)** commented [Charles Karney](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cffk) In our root pom in the pluginManagement section we did ```java <!-- Override version for maven-install-plugin because there is a bug in 3.0.0-M1 preventing installing of modules with packaging of feature see: https://issues.apache.org/jira/browse/MINSTALL-151 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.5.2</version> </plugin> ``` as a fix for now. It worked for us. [Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise) Yup, I'll work on a quick example. -- 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