Lewis John McGibbney created GORA-679:
-----------------------------------------
Summary: Restlet JARs and third party dependencies aren’t
available in the main public Maven repository
Key: GORA-679
URL: https://issues.apache.org/jira/browse/GORA-679
Project: Apache Gora
Issue Type: Improvement
Components: build process
Affects Versions: 0.9
Reporter: Lewis John McGibbney
Fix For: 1.0
The CI process complains about the following issue which ultimately fails the
builds
{code:bash}
Error: Failed to execute goal on project gora-solr: Could not resolve
dependencies for project org.apache.gora:gora-solr:bundle:1.0-SNAPSHOT: Failed
to collect dependencies at org.apache.solr:solr-core:jar:8.0.0 ->
org.restlet.jee:org.restlet:jar:2.3.1: Failed to read artifact descriptor for
org.restlet.jee:org.restlet:jar:2.3.1: Could not transfer artifact
org.restlet.jee:org.restlet:pom:2.3.1 from/to maven-default-http-blocker
(http://0.0.0.0/): Blocked mirror for repositories: [maven-restlet
(http://maven.restlet.org, default, releases+snapshots), apache.snapshots
(http://repository.apache.org/snapshots, default, disabled)] -> [Help 1]
{code}
I took at look at the [Restlet
website|https://restlet.talend.com/downloads/current/] and discovered the
following
{quote}The Maven repository for Restlet is accessible from
https://maven.restlet.talend.com and contains all Restlet JARs and third party
dependencies that aren’t available in the main public Maven repository. It is
automatically refreshed once a day if the build succeeds.{quote}
So it looks like we need to update the Maven configuration to accommodate the
change...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)