Hi
trying to launch mvn install on my machine (win 10, java 8) I get the following errors:
...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ebi: Compilation failure: Compilation failure:
[ERROR] /path/to/quality/ebi/src/main/java/de/unibonn/iai/eis/diachron/ebi/AbstractQualityMetric.java:[17,9] method does not override or implement a method from a supertype
[ERROR] /path/to/quality/ebi/src/main/java/de/unibonn/iai/eis/diachron/ebi/AbstractQualityMetric.java:[22,9] method does not override or implement a method from a supertype
[ERROR] -> [Help 1]
...
Does anybody have an idea on what the problem is, and how it could be fixed?
Thanks in advance for any hint
Hi
trying to launch
mvn installon my machine (win 10, java 8) I get the following errors:Does anybody have an idea on what the problem is, and how it could be fixed?
Thanks in advance for any hint