run
Struts
./mvnw -pl :struts-rest-services clean package thorntail:start
./mvnw -pl :struts-rest-services thorntail:stop
debug
1) run maven command:
./mvnw -f ./struts/struts-rest-plugin-services/pom.xml -Pdebug
2) attach IDE debugging process on port 5005
JavaEE / Dropwizard
./mvnw clean ; ./mvnw
./mvnw -pl :java-ee-payara-rest-services -Pbundle ; ./mvnw -pl :java-ee-payara-rest-services -Pstart
java -jar ./dropwizard/dropwizard-rest-services/target/dropwizard-*.jar server ./dropwizard/dropwizard-rest-services/config.yml