I am trying to install wikidata-query-rdf according to this link
git clone --recurse-submodules https://gerrit.wikimedia.org/r/wikidata/query/rdf wikidata-query-rdf
cd wikidata-query-rdf
mvn package
I've fixed error with maven following this instructions, i.e
<configuration>
<failOnError>false</failOnError>
</configuration>
Then I executed the following command once more
mvn package
and get this error
Failed to execute goal on project blazegraph-service: Could not resolve dependencies for project org.wikidata.query.rdf:blazegraph-service:war:0.3.3-SNAPSHOT: Could not transfer artifact com.blazegraph:bigdata-war:war:2.1.5-wmf.10 from/to wmf.releases (https://archiva.wikimedia.org/repository/releases): GET request of: com/blazegraph/bigdata-war/2.1.5-wmf.10/bigdata-war-2.1.5-wmf.10.war from wmf.releases failed:Premature end of Content-Length delimited message body (expected: 56510112; received: 5897952
I've only found this solution (Failed to install wikidata-query-rdf / Blazegraph) but all the errors mentioned there are already fixed in my files.