Sign in
apache
/
qpid-proton
/
refs/heads/rajith-codec
/
.
/
examples
/
java
/
reactor
/
run
blob: b6e5e4a6f08814547616258ec9e007b3042f5724 [
file
] [
log
] [
blame
]
#!/bin/bash
CLASS
=
$1
shift
mvn
-
q
-
e exec
:
java
-
Dexec
.
mainClass
=
org
.
apache
.
qpid
.
proton
.
example
.
reactor
.
$
{
CLASS
}
-
Dexec
.
args
=
"$*"