You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.