mavenExecJava.sh 203 B

12345
  1. #!/bin/bash
  2. echo ----- Start -----
  3. $(dirname $(realpath "${BASH_SOURCE[0]}"))/maven.sh -q -f $1 -DskipTests=true exec:java -Dexec.mainClass="$2" -Dexec.args="$3 $4 $5 $6 $7 $8 $9"
  4. echo ----- End -----