I have created a Maven Repository over Jfrog Artifactory using https://www.jfrog.com/confluence/display/JFROG/Maven+Repository. I have created Maven Repo in all as a REMOTE Repo with the url being pointed to "https://repo1.maven.org/maven2/". I have received the settings.xml file as well from artifactory which I have configured in my project. Whilst using the settings.xml file and trying to resolve the dependency of a sample project, I get the following error:
at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356) Caused by: org.apache.maven.wagon.authorization.AuthorizationException: Not authorized , ReasonPhrase:Unauthorized.
I can confirm that the credentials are correct yet the issue persists. Can someone please help me out??