setup.sh 106 B

1234567
  1. #!/bin/bash
  2. fw_depends java maven
  3. mvn clean package
  4. java -jar target/hello-undertow.jar $UNDERTOW_ARGS