Sign in
apache
/
incubator-kie-optaplanner-quickstarts
/
4274e9a20c0fbe8fb1c98aa92ea54e34f15baaf2
/
.
/
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
..