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

   **[Tavian 
Barnes](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tavianator)**
 commented
   
   > The problem can simply be solved by using a dependency to project-2 in 
your project-3.
   
   True, but there shouldn't be a need for such a dependency.  project-2 is not 
used by project-3.  And this workaround gets more inconvenient the more 
subprojects you have.
   
   I hope the fix is as simple as just turning 
[these](https://github.com/apache/maven-plugins/blob/55fefb245d9ebcc2ed77965485c2c3e26f00c036/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/InstallMojo.java#L265)
 
[lines|(https://github.com/apache/maven-plugins/blob/55fefb245d9ebcc2ed77965485c2c3e26f00c036/maven-invoker-plugin/src/main/java/org/apache/maven/plugin/invoker/InstallMojo.java#L306]
 into warnings or something.  Then in a parallel build, some artifacts will be 
installed non-deterministically.  But you'll always get **at least** your 
dependencies installed, which should be fine.
   


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