Fix debug script
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
VERSION=$(grep '<version>' pom.xml | head -1 | egrep -o '[0-9.]+')
|
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" ]
|
if [ !-f "$HOME/.m2/repository/org/jeudego/pairgoth/pairgoth-common/$VERSION/pairgoth-common-$VERSION.jar" ]
|
||||||
then
|
then
|
||||||
mvn -DskipTests=true install # needed for pairgoth-common
|
mvn -DskipTests=true install # needed for pairgoth-common
|
||||||
|
Reference in New Issue
Block a user