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