From fb710fd2193beb65b85c3471009ff7fa74dd0ab3 Mon Sep 17 00:00:00 2001 From: Claude Brisson Date: Fri, 15 Mar 2024 20:58:54 +0100 Subject: [PATCH] Fix debug script --- debug-client.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debug-client.sh b/debug-client.sh index a24fb7a..18cdfbb 100755 --- a/debug-client.sh +++ b/debug-client.sh @@ -2,6 +2,8 @@ VERSION=$(grep '' pom.xml | head -1 | egrep -o '[0-9.]+') +mvn -DskipTests=true install + if [ !-f "$HOME/.m2/repository/org/jeudego/pairgoth/pairgoth-common/$VERSION/pairgoth-common-$VERSION.jar" ] then mvn -DskipTests=true install # needed for pairgoth-common