Scripts for installing jvpp jars to local mvn repo 74/9874/1
authorMarek Gradzki <[email protected]>
Tue, 19 Dec 2017 09:19:43 +0000 (10:19 +0100)
committerMarek Gradzki <[email protected]>
Tue, 19 Dec 2017 09:59:42 +0000 (10:59 +0100)
commit5b59e1bd3009a2d9a37c5df86bf34b3d3673f0ea
tree1dcb124e115171eedb037eadec50f899cf18a1bf
parent4840c9fc6ab956d6210ac33d8e9c5b1abbc4172e
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