armzilla / amazon-echo-ha-bridge

emulates philips hue api to other home automation gateways
Apache License 2.0
721 stars 168 forks source link

encountering errors on upgrading from v0.2.1 #113

Open ifuchs opened 2 years ago

ifuchs commented 2 years ago

I would like to upgrade HA-Bridge from v0.2.1 and I do not see a prebuilt jar file (is there one?) so I am using mvn on OSX to build it. I am getting this error:

[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.507 s
[INFO] Finished at: 2021-07-26T20:32:12-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project amazon-echo-bridge: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/ihf/amazon-echo-ha-bridge/target/surefire-reports for the individual test results.
ifuchs commented 2 years ago

As I am unable to use mvn to create the .jar. is there a pre-built jar I can download?