repo.spring.io requires login #475
Unanswered
jsmith325
asked this question in
Asking for Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
First off, I'm an absolute beginner when it some to OSMT and getting it up and running, so there is good chance I have just done something wrong in the set up. This is also the first time I've ever asked for help on GitHub, so if I'm not following common practices, please let me know and I will adjust.
When I try to follow the set up instructions and go to run "mvn clean install", I keep coming upon the same error.
[INFO] Reactor Summary for OSMT 3.1.0-SNAPSHOT: [INFO] [INFO] OSMT ............................................... SUCCESS [ 4.552 s] [INFO] osmt-ui ............................................ SUCCESS [ 54.275 s] [INFO] osmt-api ........................................... FAILURE [ 1.313 s] [INFO] osmt-api-test ...................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:01 min [INFO] Finished at: 2024-11-25T20:57:54Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project osmt-api: Could not resolve dependencies for project edu.wgu.osmt:osmt-api:jar:3.1.0-SNAPSHOT: Failed to collect dependencies at org.jetbrains.exposed:exposed-spring-boot-starter:jar:0.24.1: Failed to read artifact descriptor for org.jetbrains.exposed:exposed-spring-boot-starter:jar:0.24.1: Could not transfer artifact org.jetbrains.exposed:exposed-spring-boot-starter:pom:0.24.1 from/to spring-repo (https://repo.spring.io/release): authentication failed for https://repo.spring.io/release/org/jetbrains/exposed/exposed-spring-boot-starter/0.24.1/exposed-spring-boot-starter-0.24.1.pom, status: 401 Unauthorized -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :osmt-apiI followed the link to http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException and believe this error is being caused by a lack of credentials to the Spring.io repo. It seems they have gated the repo by requiring creds and this is causing the Maven install command to fail. It doesn't seem they are offering free access to repo either, which is a little bit of a problem for me personally.
I'd love to get OSMT up and running. Does anyone have any ideas on troubleshooting steps I could take or changes I might be able to make to get this working?
Beta Was this translation helpful? Give feedback.
All reactions