cancel
Showing results for 
Search instead for 
Did you mean: 

Maven Install Authentication Error

ronmwhite
New Contributor II

Hello. Trying to do some development and cant seem to get out of the gates. I have tried this on multiple networks so it does not appear to be network related.

When run “mvn clean install” in my newly created workspace, after successfully running “mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeCatalog=http://maven.clouddev.snaplogic.com:8080/nexus/content/repositories/master

I get the following error.

Failed to read artifact descriptor for com.snaplogic:jutils:jar:4.22: Could not transfer artifact com.snaplogic:jutils:pom:4.22 from/to github (https://maven.pkg.github.com/SnapLogic/Tectonic😞 Authentication failed for https://maven.pkg.github.com/SnapLogic/Tectonic/com/snaplogic/jutils/4.22/jutils-4.22.pom 401 Unauthorized

Thoughts?

19 REPLIES 19

Ok, thanks. I posted that last reply before I realized you had asked me to ignore the last post.

ptaylor
Employee
Employee

Sorry, I’m a bit stumped by this and will need some time to find a solution. I appreciate your patience.

ptaylor
Employee
Employee

What exact command did you use to build the snap project?

ronmwhite
New Contributor II

I have tried many variations. Last one I did was mvn clean install -U. Before that it was mvn clean install -DskipTests=true. Originally it was just mvn clean install.

ptaylor
Employee
Employee

I have a basic understanding of the issue but it will take until some time tomorrow (at the earliest) to resolve, as it’s necessary to patch some of the poms associated with our platform dependencies. I’m still not clear on why our testing didn’t encounter the same issue. My apologies for the difficulties, and thanks again for your patience.