AI-team-UoA/Strabon

Trouble building from source

Closed this issue · 2 comments

I'm trying to do a clean build from current git master.

However I'm hitting maven resolution problems:

bradh@audax:~/coding/Strabon$ mvn clean package
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for eu.earthobservatory:strabon:3.3.3-SNAPSHOT: Could not transfer artifact org.openrdf:openrdf-root-pom:pom:5 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [aduna-opensource.releases (http://repo.aduna-software.org/maven2/releases, default, releases+snapshots), aduna-mirror-ontotext (http://maven.ontotext.com/content/repositories/aduna/, default, releases)] and 'parent.relativePath' points at wrong local POM @ line 10, column 10
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project eu.earthobservatory:strabon:3.3.3-SNAPSHOT (/home/bradh/coding/Strabon/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for eu.earthobservatory:strabon:3.3.3-SNAPSHOT: Could not transfer artifact org.openrdf:openrdf-root-pom:pom:5 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [aduna-opensource.releases (http://repo.aduna-software.org/maven2/releases, default, releases+snapshots), aduna-mirror-ontotext (http://maven.ontotext.com/content/repositories/aduna/, default, releases)] and 'parent.relativePath' points at wrong local POM @ line 10, column 10 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

I considered if it could be because of the http vs https method, but it looks like the repo is down.

Hello, please ensure that you have the required versions for maven (3.6.3) and Java (8).

Hello, please ensure that you have the required versions for maven (3.6.3) and Java (8).

OK. I have 3.8.7 and 21.0.3. I'm not really able to downgrade, so I guess I'm out.