Fix debug script

This commit is contained in:
Claude Brisson
2024-03-15 20:58:54 +01:00
parent 93332d6726
commit fb710fd219

View File

@@ -2,6 +2,8 @@
VERSION=$(grep '<version>' 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