FAIRDataTeam / FAIRDataPoint

https://www.fairdatapoint.org
MIT License
60 stars 37 forks source link

spring-rdf-migration dependency cannot be collected (FDP v1.17.1) #501

Open 66Noah2018 opened 9 months ago

66Noah2018 commented 9 months ago

What is your question?

Hi,

I'm running into a dependency issue while building the FDP using Dockerfile.build (docker build -f Dockerfile.build -t fairdatapoint:local .). In step 4/9 I get the following error: Failed to execute goal on project fairdatapoint: Could not resolve dependencies for project nl.dtls:fairdatapoint:jar:1.17.1: Failed to collect dependencies at nl.dtls:spring-rdf-migration:jar:1.2.0.RELEASE: Failed to read artifact descriptor for nl.dtls:spring-rdf-migration:jar:1.2.0.RELEASE: The following artifacts could not be resolved: nl.dtls:spring-rdf-migration:pom:1.2.0.RELEASE (absent): Could not transfer artifact nl.dtls:spring-rdf-migration:pom:1.2.0.RELEASE from/to nexus-releases (https://nexus.internal.fairdatapoint.org/repository/maven-releases/): Received fatal alert: unrecognized_name -> [Help 1]

I've tried this with the develop branch as well as the v1.17.1 release, in both cases I get this error. My application.yml is (removed parts of clientUrl and dir):

repository:
  type: 2
  native:
    dir: /var/lib/docker/volumes/[removed]/_data
instance:
  clientUrl: https://[removed]/fdpv2

How can I resolve this error?