diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-02-26 13:34:15 +0100 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-02-27 13:29:35 +0100 |
commit | f011768ed41a532d8902f2e66f6172f9f1cc135b (patch) | |
tree | 944e9dc6c27d177e7237830f19ea7027555d0dab /scripts | |
parent | 0d2e3e90f1758b03266e9f5934d11995d7b9a728 (diff) |
add ikev2 plugin
- this enables to build ikev2 plugin
Change-Id: Ifffea577b29db053ac8ecef2359ecc62d85611b2
Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_jvpp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install_jvpp.sh b/scripts/install_jvpp.sh index 0521287..7c53a1b 100755 --- a/scripts/install_jvpp.sh +++ b/scripts/install_jvpp.sh @@ -44,5 +44,6 @@ mvn install:install-file -Dfile=jvpp-ioamexport-${MAIN_VER}.jar -DgroupId=io.fd. mvn install:install-file -Dfile=jvpp-nat-${MAIN_VER}.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-nat -Dversion=${VERSION} -Dpackaging=jar mvn install:install-file -Dfile=jvpp-nsh-${MAIN_VER}.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-nsh -Dversion=${VERSION} -Dpackaging=jar mvn install:install-file -Dfile=jvpp-acl-${MAIN_VER}.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-acl -Dversion=${VERSION} -Dpackaging=jar +mvn install:install-file -Dfile=jvpp-ikev2-${MAIN_VER}.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-ikev2 -Dversion=${VERSION} -Dpackaging=jar echo "all done." |