AMRC-FactoryPlus / amrc-connectivity-stack

The AMRC Connectivity Stack (ACS) is an open-source implementation of the AMRC's Factory+ framework
https://factoryplus.app.amrc.co.uk
MIT License
13 stars 2 forks source link

[hivemq-krb] Pull out the F+ client library #183

Open amrc-benmorrow opened 1 year ago

amrc-benmorrow commented 1 year ago

It would be good to be able to make a Java client library available, even if incomplete.

However, working out where to publish the library to such that we can pull it into the build is tricky. The Github Maven repo requires a PAT to download packages.

amrc-benmorrow commented 9 months ago

With the acs-mqtt build working properly with submodules I don't see why we shouldn't use the same approach for a library. We might need a bit of messing with the Maven configuration in acs-mqtt to get it to work.