Skip to content

daggerok/maven-java-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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