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

Can't install maven dependency #371

Open
jbit1444 opened this issue Dec 3, 2021 · 2 comments
Open

Can't install maven dependency #371

jbit1444 opened this issue Dec 3, 2021 · 2 comments

Comments

@jbit1444
Copy link

jbit1444 commented Dec 3, 2021

After running mvn install I get the following error message. Looks like http://repository.opencastproject.org is not responding

[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.example:Jasper >-------------------------
[INFO] Building Jasper 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from opencast-public: http://repository.opencastproject.org/nexus/content/repositories/public/com/jaspersoft/jasperserver/jasperserver-dto/6.0.1/jasperserver-dto-6.0.1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.497 s
[INFO] Finished at: 2021-12-03T10:22:54Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project Jasper: Could not resolve dependencies for project org.example:Jasper:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.jaspersoft:jrs-rest-java-client:jar:6.0.4 -> com.jaspersoft.jasperserv
er:jasperserver-dto:jar:6.0.1: Failed to read artifact descriptor for com.jaspersoft.jasperserver:jasperserver-dto:jar:6.0.1: Could not transfer artifact com.jaspersoft.jasperserver:jasperserver-dto:pom:6.0.1 from/to opencast-public (http
://repository.opencastproject.org/nexus/content/repositories/public/): transfer failed for http://repository.opencastproject.org/nexus/content/repositories/public/com/jaspersoft/jasperserver/jasperserver-dto/6.0.1/jasperserver-dto-6.0.1.p
om: Unknown host Este anfitrião não é conhecido (repository.opencastproject.org) -> [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

@besafx
Copy link

besafx commented Dec 11, 2021

Same here

@onlyhuman
Copy link

I had the same issue, but after adding these repositories into pom.xml I was one step further, however it still not works...
<repositories> <repository> <id>jaspersoft-clients-snapshots</id> <name>Jaspersoft clients snapshots</name> <url>https://jaspersoft.jfrog.io/jaspersoft/jaspersoft-clients-releases</url> </repository> <repository> <id>central</id> <name>jaspersoft-releases</name> <url>https://jaspersoft.jfrog.io/jaspersoft/jrs-ce-releases</url> </repository> </repositories>

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

No branches or pull requests

3 participants