Sign in
apache
/
incubator-kie-optaplanner-quickstarts
/
d3b344f2f6b7351ae97d219cafb8a01658ed7b1b
/
.
/
runQuickstartsFromSource.sh
blob: c5722521567cf091592217a15341e5c28918f5ea [
file
] [
log
] [
blame
]
#!/bin/bash
# Change directory to the directory of the script
cd
"$(dirname $0)"
||
exit
cd build
./
mvnw
-
f
..
verify
-
DskipTests
&&
./
mvnw
-
f quickstarts
-
showcase quarkus
:
dev
-
Dstartup
-
open
-
browser
=
true
cd
..