Scripts for installing jvpp jars to local mvn repo 75/9875/1
authorMarek Gradzki <[email protected]>
Tue, 19 Dec 2017 09:19:43 +0000 (10:19 +0100)
committerMarek Gradzki <[email protected]>
Tue, 19 Dec 2017 12:28:50 +0000 (12:28 +0000)
commita31bc791c7dca9ab9f74691fb8774f36be17764e
tree1e2789d85c9302aeacf81cfe077d9d7593cd0e57
parent594d4f62ec8684e61314bce6e042cf3910e77e4e
Scripts for installing jvpp jars to local mvn repo

By default hc2vpp build downloads latest jvpp
packages from nexus.fd.io.
They might not be compatible with installed
vpp (e.g. in case of non-backward
compatible vpp api changes).

In order to prevent API mismatch,
it is required to use jvpp version corresponding
to the vpp installed.

The patch includes scripts that can be used
before building hc2vpp to install jvpp jars
from vpp build dir or vpp-api-java package.

Change-Id: I9aa0dc37921e022e5644c54238d3d579f6eb5ba8
Signed-off-by: Marek Gradzki <[email protected]>
jvpp/common.sh [new file with mode: 0755]
jvpp/install_from_package.sh [new file with mode: 0755]
jvpp/install_from_vpp_build_dir.sh [new file with mode: 0755]
release-notes/src/main/asciidoc/install_guide/install_manual_build.adoc