olamy commented on pull request #479:
URL: https://github.com/apache/maven-surefire/pull/479#issuecomment-1055863568


   > @olamy This does not make sense. First of all the Maven should have very 
stable **Resolver** avoiding file locking in the Maven local repo. I used 
ParallelParameterized tests, I can do it again, but due to the Maven 3.2.x 
locks artifacts, ParallelParameterized won't be used.
   
   There is nothing to do with Resolver or whatever.
   As explained in the description the goal is to be able to use `mvn -Tx` or 
`mvnd` to have a faster build (some modules can definitely be build in 
parallel). But doing that `surefire-its` is build from the start as it doesn't 
have any dependencies declared to the modules it will test! Which definitely 
doesn't reflect what the module needs to be build first. 
   As far I can tell the surefire-its test modules which test the 
maven-surefire-plugin and maven-failsafe-plugin definitely depends on the 
plugins to be build 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