custom jar included mvn project build fail

Viewed 11

I'm trying to build this project(https://github.com/AKSW/sante) locally and I'm facing some issues while doing that.

Inside the main project, there's a submodule called sante.smile. When I run the command mvn war:war inside that directory this error is thrown

[ERROR] Failed to execute goal on project sante.smile: Could not resolve dependencies for project org.aksw.sante:sante.smile:war:0.0.21-SNAPSHOT: org.aksw.sante:sante.core:jar:0.0.21-SNAPSHOT was not found in file:///path-to-project/sante/sante.smile/repo

0 Answers
Related