HPI-Information-Systems/Metanome

bad relativepath in Metanome\testing_algorithms\*\pom.xml

Closed this issue · 1 comments

Trying to do mvn -T 1C clean install

But mvn complaining about unable to resolve parent

Edited 14 pom.xml in folders under Metanome\testing_algorithms

i.e. Metanome\testing_algorithms*\pom.xml

relativepath was ../../pom.xml

changed it to ../pom.xml

mvn stopped complaining

Many thanks for the bug report!

The path-issue somehow did not cause an error in our local environments.

We now fixed it.