Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.53 KB

README.adoc

File metadata and controls

43 lines (32 loc) · 1.53 KB

maven-java-projects Build Status

struts

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

other apps

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