Open
Description
Tamas Cservenak opened MINVOKER-377 and commented
Use case: let's use "split repository". All fine and dandy, you can set it in your $HOME/.m2/settings.xml
. And your builds will use it. But, if you create IT using invoker, you have a problem:
- invoker:install observes "outer" build, and will install the IT artifacts into split repository
- invoker:run if use own settings, not using split, will fail to find anything in "it-repo"
Basically the env should be sanitized: install should produce local repo as run would use. As currently, there is not way to run ITs if split repo is used.
Similar to MINVOKER-372
No further details from MINVOKER-377