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
Many times, we may custom local maven repo to other location except “~/.m2/repository”.
And also when we can't connect the official maven repo directly or it's very slow to downloading from official repo, such as in a internal network, we need custom the remote repo as a mirror and expect downloading for the mirror.
ufolr
changed the title
Custom repository does not work.
Repository parameter of class ArtifactResolver's constructor does not work
Oct 9, 2020
ufolr
changed the title
Repository parameter of class ArtifactResolver's constructor does not work
Repository parameter of ArtifactResolver's constructor does not work
Oct 9, 2020
When create ArtifactResolver with custom local repository or custom remote repository mirror, it can't resolve the pom.
This issues can replay with below code:
The text was updated successfully, but these errors were encountered: