kg-construct / BURP

A Basic and Unassuming RML Processor
https://zenodo.org/doi/10.5281/zenodo.11037711
MIT License
2 stars 1 forks source link

JNC Maven Repo does not accessible. #6

Open chrdebru opened 3 weeks ago

chrdebru commented 3 weeks ago

@idomingu The JNC Maven Repo 404s. Do you know what happened? How can this be resolved? May need to revert to an earlier commit if this is a clocker.

chrdebru commented 3 weeks ago

Ok. The issue was that I needed to configure the token on my office machine. @idomingu, is there a way to have the maven dependency available in a repository that does not require a token? Not all developers have their tokens configured in settings.xml. In the meantime, I will add a little comment in the README.

idomingu commented 3 weeks ago

Hi @chrdebru. For some reason GitHub Packages requires a personal access token even just for pulling a Maven project from a public repository.

I have changed the pom.xml to now pull the JNC dependency via Jitpack instead. Here is the PR: https://github.com/kg-construct/BURP/pull/7

Thanks!