You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
The text was updated successfully, but these errors were encountered:
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>
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
The text was updated successfully, but these errors were encountered: