gnodet commented on pull request #444:
URL: https://github.com/apache/maven/pull/444#issuecomment-778266531


   > @mthmulders @MartinKanters quick question.
   > I'm working on improving the integration test and have the following 
scenario: a parent, 3 modules named `A`, `B`, `C` with `C` depending on `B` 
(that's the `mng-5760/parent-dependent` test project).
   > I run the `test` goal on the project with `-T2` and with `A` and `C` 
failing, which means `B` succeeds. When resuming, `C` fails because it can not 
find the artifact `B`. That's because the goal run previously was `test` and 
not `install` so the artifact is not in the local repository. However, 
shouldn't maven be _aware_ that the project is in the local reactor somehow so 
that the build can succeed ?
   
   I think this problem is not specific to the `--resume` feature, and it seems 
the behavior is the same for the `--resume-from` feature.  So I'll push a PR 
with the test once I've run the full suite.


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


Reply via email to