Getting authentication errors in Oracle Maven repo.
Hello,
I am having an issue building our application using maven. We are getting a 401 authentication error when we try to build. We created a single pom file to isolate the Maven repo to check. We see this error
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------------< com.mycompany.app:my-app >----------------------
[INFO] Building my-app 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from maven.oracle.com: https://maven.oracle.com/com/oracle/weblogic/weblogic-maven-plugin/12.2.1-0-0/weblogic-maven-plugin-12.2.1-0-0.pom
Downloading from central: https://repo.maven.apache.org/maven2/com/oracle/weblogic/weblogic-maven-plugin/12.2.1-0-0/weblogic-maven-plugin-12.2.1-0-0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE