Hi!
>
I am not able to get the current version of phoebus to build using: ..$ mvn clean install
Sorry to hear that. The automated built check on
https://github.com/ControlSystemStudio/phoebus looks OK, and I’ve just tried a git clone & mvn clean install w/o issues.
> ........................................... FAILURE
You don’t show what the mode detailed error is, so this could be anything, starting with maven temporarily unable to find itself.
In case it’s a test failure, try skipping the tests:
mvn -DskipTests clean install