trigger build from parent maven to have the local repo properly set up
This commit is contained in:
parent
222990d821
commit
4296c7d3ae
@ -52,6 +52,6 @@ if [ -z "$NODEPS" ]; then
|
|||||||
sudo ./install-dependencies.sh
|
sudo ./install-dependencies.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
mvn -B install
|
mvn -B --file scylla-jmx-parent/pom.xml install
|
||||||
./SCYLLA-VERSION-GEN
|
./SCYLLA-VERSION-GEN
|
||||||
scripts/create-relocatable-package.py build/scylla-jmx-package.tar.gz
|
scripts/create-relocatable-package.py build/scylla-jmx-package.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user