Ontotext-AD / sequences-plugin

0 stars 0 forks source link

Won't compile as-is in current Maven, repos URLs need https. #9

Open trapperkeeper opened 8 months ago

trapperkeeper commented 8 months ago

I cannot seem to compile the head of the repository nor release 1.1. In both cases I am getting this error:

[ERROR] Failed to execute goal on project sequences-plugin: Could not resolve dependencies for project com.ontotext.graphdb.plugins:sequences-plugin:jar:1.1-SNAPSHOT: Failed to collect dependencies at com.ontotext.graphdb:graphdb-sdk:jar:10.0.0: Failed to read artifact descriptor for com.ontotext.graphdb:graphdb-sdk:jar:10.0.0: The following artifacts could not be resolved: com.ontotext.graphdb:graphdb-sdk:pom:10.0.0 (absent): Could not transfer artifact com.ontotext.graphdb:graphdb-sdk:pom:10.0.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [owlim-releases (http://maven.ontotext.com/repository/owlim-releases, default, releases)]

trapperkeeper commented 8 months ago

I modified the pom.xml, changing the url for the owlim-releases to the https protocol. I also changed both the internal and snapshots repositories for graphdb to https, though I don't know if this was necessary or not. With these changes I was able to execute "mvn clean package" successfully.