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
The problem goes away by removing settings.xml, hence I assume ITF goes for default (and in this case it works as Maven will install things there as well).
Current behavior
ITF misses the fact that Maven uses non default local repository.
Expected behavior
ITF should figure that alt local repository is being used.
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems the framework does not honor local repository.
To Reproduce
Use settings.xml that uses alternate local repo, for example:
The go and build this project https://github.com/openrewrite/rewrite-maven-plugin
ITs will fail by not finding the artifact being built/installed.
The problem goes away by removing settings.xml, hence I assume ITF goes for default (and in this case it works as Maven will install things there as well).
Current behavior
ITF misses the fact that Maven uses non default local repository.
Expected behavior
ITF should figure that alt local repository is being used.
The text was updated successfully, but these errors were encountered: