-
Notifications
You must be signed in to change notification settings - Fork 8
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 on root pom.xml failed #8
Comments
BTW,
|
@dancesWithCycles Thanks for reporting! This is due to some of the issues I mention here: I've been working on trying to fix some of the dependency issues. @sheldonabrown has been helping by publishing some of the missing artifacts he was able to dig up. |
Kudos Sean @barbeau ! Firing [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.189 s - in org.onebusaway.siri.SiriClientAndServerIntegrationTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ onebusaway-siri-integration-tests ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/begerad/git/github/onebusaway-siri/onebusaway-siri-integration-tests/target/onebusaway-siri-integration-tests-1.0.7-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for onebusaway-siri 1.0.7-SNAPSHOT:
[INFO]
[INFO] onebusaway-siri .................................... SUCCESS [ 9.312 s]
[INFO] onebusaway-siri-core ............................... SUCCESS [01:02 min]
[INFO] onebusaway-siri-jetty .............................. SUCCESS [ 9.099 s]
[INFO] onebusaway-siri-client-cli ......................... SUCCESS [ 4.516 s]
[INFO] onebusaway-siri-repeater ........................... SUCCESS [ 0.063 s]
[INFO] onebusaway-siri-repeater-cli ....................... SUCCESS [ 4.770 s]
[INFO] onebusaway-siri-repeater-webapp .................... SUCCESS [ 30.611 s]
[INFO] onebusaway-siri-integration-tests .................. SUCCESS [ 42.960 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:48 min
[INFO] Finished at: 2022-04-17T13:50:58+02:00
[INFO] ------------------------------------------------------------------------ I love communities with cooperation! Sean @barbeau , Cheers! |
Thanks @dancesWithCycles, the CI is passing now too:
@sheldonabrown has been working on making some of these artifacts available via the Cambridge Systematics Maven repository that OneBusAway uses. I think some of the artifacts from this project still aren't uploaded, so you might need to run I'm going to close this issue now, though, because the main build has been fixed. |
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 questions.
mvn package
in the root folder? I am not sure, as I found no documentation an this and the instruction ended up in this build error.Cheers!
The text was updated successfully, but these errors were encountered: