dice-group / deer

RDF Dataset Enrichment Framework
https://dice-group.github.io/deer/
GNU Affero General Public License v3.0
10 stars 7 forks source link

Versions 2.0.1, 2.0.0, and 1.1.3 do not compile #5

Closed nkleber1 closed 4 years ago

nkleber1 commented 5 years ago

When trying to run DEER as described in the documentation, the following error occurs:

[WARNING] The POM for org.aksw.faraday_cage:faraday-cage:jar:sources:1.0.1 is missing, no dependency information available
[WARNING] The POM for org.aksw.faraday_cage:faraday-cage:jar:javadoc-resources:1.0.1 is missing, no dependency information available
[ERROR] no module descriptor for org.aksw.deer:deer-parent
[ERROR] no module descriptor for org.aksw.deer:deer-core
[ERROR] no module descriptor for org.aksw.deer:deer-cli
[ERROR] no module descriptor for org.aksw.deer.plugin.examples:simple-example-plugin
nkleber1 commented 5 years ago

The problem can be solved by using JAVA 9 and changing <maven.compiler.target>9</maven.compiler.target> to <maven.compiler.target>1.9</maven.compiler.target> in the pom.xml