https://sourceforge.net/p/lejos/ev3/code/ci/master/tree/
mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> \ -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging> eg: mvn install:install-file -Dfile=./lejos-ev3-code/ev3snapshot/lib/ev3classes.jar -DgroupId=ev3classes -DartifactId=ev3classes -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar
cd DestructoPlayground mvn test
cd lejos-rmi-exec-maven-plugin mvn install
mvn test
mvn assembly:single
mvn exec:exec (you must build the jar first, and may need to update the jar path in the plugin config (pom.xml))
curl -XPOST ‘localhost:8080/order?degrees=-30’
curl -XPOST ‘localhost:8080/order?distance=0.25’
curl -XPOST ‘localhost:8080/order?quit’