commit 5bb10ddc05b74d6b2a7cfc7c210169130f9a3c43
parent 726137fb1193044f1d0a96d81788257b9e104e66
Author: Henrique Chan Carvalho Machado <henriqueccmachado@tecnico.ulisboa.pt>
Date: Sun, 26 Oct 2025 21:32:20 +0100
swiyu-verifier scripts: made executable, fix build command
Diffstat:
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/swiyu-verifier/scripts/drop.sh b/swiyu-verifier/scripts/drop.sh
diff --git a/swiyu-verifier/scripts/run.sh b/swiyu-verifier/scripts/run.sh
@@ -3,7 +3,7 @@
# using swiyu's mvn wrapper (mvnw).
if [ -z "$(find verifier-application/target -maxdepth 1 -name '*.jar' -type f 2>/dev/null)" ]; then
echo "Building the project..."
- ./mvnw clean package -DskipTests
+ ./mvnw clean install -DskipTests
fi
if [ "$1" == "-d" ]; then
diff --git a/swiyu-verifier/scripts/setup.sh b/swiyu-verifier/scripts/setup.sh