-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn package failed #6
Comments
@dancesWithCycles So I think there are a few things going on here, largely stemming from the fact that that last change to this project was in 2014 (prior to a few things I did today). Also, the OBA Maven repository moved, which caused some past artifacts to be lost along the way. I've updated to the newest OBA Maven repo now, but the biggest issue seems to be the dependency on: ...and specifically:
...in that project. In theory we should be able to build this project and add the artifact to the new OBA Maven repo. But, I tried building onebusaway-siri, but that project is also missing a few dependencies. The ones I can't seem to track down are:
I don't see the main project that has those If anyone can find this, please let me know and we can try to get this project building again. I've added GitHub Actions to these projects to make it clearer that the build is currently failing and so that the error messages are easier to find (there is also a dependency on https://github.com/OneBusAway/onebusaway-siri-api-v13, but I've gotten that to build correctly). |
Hi Sean @barbeau , Cheers! |
Hi Sean @barbeau , |
@dancesWithCycles Oh, nice find, yes! I'm not sure why my GitHub search didn't pick that repo up earlier. |
Hi Sean @barbeau ,
Cheers! |
Thanks @dancesWithCycles! I'm actually going to re-open this, as the CI is still failing: I believe it's because artifacts from this project aren't uploaded to the Cambridge Systematics Maven repo: The workaround for now (which I think you already did) is to run |
Hi, |
Hi folks,
Thank you so much for providing this repository. This is the first time I came across and spend some time on it. I would appreciate any hints on the following question.
The root folder in this repo provides a pom.xml file. The instruction
mvn clean package
ended up in this error.I appreciate any hints solving this issue.
This is my setup.
Cheers!
The text was updated successfully, but these errors were encountered: