Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding as Maven Dependency is Broken #426

Open
eduveks opened this issue Feb 24, 2022 · 0 comments
Open

Adding as Maven Dependency is Broken #426

eduveks opened this issue Feb 24, 2022 · 0 comments

Comments

@eduveks
Copy link

eduveks commented Feb 24, 2022

Hello,

I'm trying to add the JPHP Scripting as dependency via maven on my project, following this link:

https://mvnrepository.com/artifact/org.develnext/jphp-scripting/0.8.0

But I've already added the String Plugins Repository on my POM file:

    <repositories>
        <repository>
            <id>spring-repo</id>
            <name>Spring Repository</name>
            <url>https://repo.spring.io/release</url>
        </repository>
        <repository>
            <id>spring-plugins-repo</id>
            <name>Spring Plugins Repository</name>
            <url>https://repo.spring.io/plugins-release/</url>
        </repository>
    </repositories>

Then when I tried to execute the maven install, this error raised:

Failed to collect dependencies at org.develnext:jphp-scripting:jar:0.8.0: Failed to read artifact descriptor for org.develnext:jphp-scripting:jar:0.8.0: Could not transfer artifact org.develnext:jphp-scripting:pom:0.8.0 from/to spring-plugins-repo (https://repo.spring.io/plugins-release/): authentication failed for https://repo.spring.io/plugins-release/org/develnext/jphp-scripting/0.8.0/jphp-scripting-0.8.0.pom, status: 401 Unauthorized -> [Help 1]

This link (https://repo.spring.io/ui/native/plugins-release/org/develnext/jphp-scripting/0.8.0/jphp-scripting-0.8.0.jar) is empty and when the '../' is clicked goes to an authenticated page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant