Review printing

This commit is contained in:
Claude Brisson
2024-06-17 12:09:56 +02:00
parent 8adbaf014f
commit d4a937a2f6
8 changed files with 117 additions and 31 deletions

View File

@@ -2,6 +2,8 @@
VERSION=$(grep '<version>' pom.xml | head -1 | egrep -o '[0-9.]+')
echo Installing Pairgoth version $VERSION
mvn -DskipTests=true install
if [ !-f "$HOME/.m2/repository/org/jeudego/pairgoth/pairgoth-common/$VERSION/pairgoth-common-$VERSION.jar" ]