jira-importer commented on issue #290: URL: https://github.com/apache/maven-invoker-plugin/issues/290#issuecomment-2957777575
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented Can you provide here a sample with your project structure ? Because I don't really your understand the issue. If you have the following structure : pom.xml - project1/pom.xml - project2/pom.xml If you use invoker on the root pom, mvn cli will be used to build your multi project. Maybe you have to configure the invoker plugin with pom, pomIncludes or pomExcludes to build only the project you need : ```xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> <configuration> <pom>path to the only project pom you want to build</pom> </configuration> ``` -- 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