SignalK / signalk-server-java

DEPRECATED - see https://github.com/SignalK/signalk-java
Apache License 2.0
6 stars 9 forks source link

Add pomDev.xml for development. Fix RestApiProcessorTest #43

Closed RBerliner closed 7 years ago

RBerliner commented 7 years ago

Development builds can be made from the command line with:

mvn -f pomDev.xml install

rob42 commented 7 years ago

The pomDev.xml is not needed. You can get the same effect with mvn -P dev install. This causes the dev profile to be used, which uses local builds rather than jitpack.

The RestAPIProcessorTest s correct in master at present. The version should be in form n.n.n, check your signalk-config.json is also correct. See util class for the default.

I will merge the reloadCharts in separately.