[GitHub] [maven] famod commented on pull request #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-12-20 Thread GitBox


famod commented on pull request #310:
URL: https://github.com/apache/maven/pull/310#issuecomment-748673584


   FYI @kodeva @fkalinski @rfscholte: I've created a new PR with my single 
`ThreadLocal` approach: #413



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [maven] famod commented on pull request #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-04-26 Thread GitBox


famod commented on pull request #310:
URL: https://github.com/apache/maven/pull/310#issuecomment-619620052


   I am now 100% sure that my problem is a different one. In my case 
`resolvedDependencies` is (sporadically) missing 4 transitive dependencies 
because `resteasy-core` is considered "invalid" due to missing dependency 
versions that come from a resteasy-BOM.
   At the moment I am suspecting `flatten-maven-plugin`...
   
   So, sorry for the confusion!
   
   I'd just like to add that I found three other Jira tickets that seem to 
address the same error as MNG-6843 does:
   - https://issues.apache.org/jira/browse/MNG-4996
   - https://issues.apache.org/jira/browse/MNG-5750
   - https://issues.apache.org/jira/browse/MNG-5960



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [maven] famod commented on pull request #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-04-25 Thread GitBox


famod commented on pull request #310:
URL: https://github.com/apache/maven/pull/310#issuecomment-619433732


   Unfortunately, 
https://github.com/fkalinski/maven/commit/b38e3c2bfb6183c0f45214012112a1c1ca4048bd
 does not fix my problem.
   It seems there is yet another concurrency issue...



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [maven] famod commented on pull request #310: [MNG-6843] - Parallel build fails due to missing JAR artifacts in compilePath

2020-04-24 Thread GitBox


famod commented on pull request #310:
URL: https://github.com/apache/maven/pull/310#issuecomment-619156889


   > @famod - is this still needed please?
   
   No, thanks. I'll revisit this in the next days and I am going to try 
https://github.com/fkalinski/maven/commit/b38e3c2bfb6183c0f45214012112a1c1ca4048bd.
   One difference in my setup that comes to my mind is that I don't have an 
aggregator plugin in the mix, AFAICS.



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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org