[
https://issues.apache.org/jira/browse/GORA-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341303#comment-17341303
]
Damien Raude-Morvan commented on GORA-679:
------------------------------------------
CC from my comment on
[https://github.com/apache/gora/pull/242#issuecomment-835225855
:)|https://github.com/apache/gora/pull/242#issuecomment-835225855]
{quote}Hi @djkevincr !
I've tracked down this FTBFS issue and came to the same conclusion : it's
linked to a behavior change in lastest Maven 3.8.1 (described in
[CVE-2021-26291 section of release
notes](https://maven.apache.org/docs/3.8.1/release-notes.html)).
@djkevincr Could you please push your _djkevincr:GORA-679-2_ branch on official
Apache git repository so that it gets build with our [Jenkins
pipeline](https://ci-builds.apache.org/blue/organizations/jenkins/Gora%2Fgora-pipeline/branches).
It seems much more stable than Github Action to check for build success :)
{quote}
> 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
> Priority: Blocker
> Fix For: 1.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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)