veracitylab / provenance-injector

inject provenance into JEE applications
Apache License 2.0
0 stars 0 forks source link

Build failure: "Could not find artifact nz.ac.wgtn.veracity.approv:java-binding:jar:0.0.2" #15

Closed wtwhite closed 7 months ago

wtwhite commented 7 months ago
wtwhite@wtwhite-vuw-vm:~/code/provenance-injector$ mvn package
--snip--
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.318 s
[INFO] Finished at: 2023-12-15T14:10:35+13:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project provenance-injector: Could not resolve dependencies for project nz.ac.wgtn.veracity:provenance-injector:jar:1.2: Could not find artifact nz.ac.wgtn.veracity.approv:java-binding:jar:0.0.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]

I got past this by cloning https://github.com/veracitylab/approv, then running cd approv/veracity-java-binding-api; mvn install. Probably just need to mention this in the README.