jira-importer commented on issue #461:
URL: 
https://github.com/apache/maven-invoker-plugin/issues/461#issuecomment-2957792234

   **[Karl Heinz 
Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)**
 commented
   
   Taken a look into the source code and in my opinion the problem is based on 
the method 
[getBuildJobs()](http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/AbstractInvokerMojo.java)
 which correctly defines the order of jobs but will give the jobs as a single 
result which can't be ok. There must be a separate call or better a 
parameterized call of getBuildJobs(setupIncludes) first and second the 
getBuildJobs(pomIncludes) and running the first one and afterwards the seconds 
to be sure the setupIncludes will run first.
   


-- 
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

Reply via email to