blob: b6e5e4a6f08814547616258ec9e007b3042f5724 [file]
#!/bin/bash
CLASS=$1
shift
mvn -q -e exec:java -Dexec.mainClass=org.apache.qpid.proton.example.reactor.${CLASS} -Dexec.args="$*"