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