Hello, In the past I have successfully been cloning and building the query service:
sudo git clone https://gerrit.wikimedia.org/r/wikidata/query/rdf ${WORKING_FOLDER}/wikidata-query-rdf mvn package
But recenlty I get this error
[ERROR] Failed to execute goal on project blazegraph-service: Could not resolve dependencies for project org.wikidata.query.rdf:blazegraph-service:war:0.2.4-SNAPSHOT: Could not transfer artifact org.linkeddatafragments:ldfserver:war:0.1.1-wmf2 from/to wmf.mirrored (http://archiva.wikimedia.org/repository/mirrored): peer not authenticated -> [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/DependencyResolutionExcepti...
I wonder if anyone have the same problem?