From f011768ed41a532d8902f2e66f6172f9f1cc135b Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 26 Feb 2019 13:34:15 +0100 Subject: add ikev2 plugin - this enables to build ikev2 plugin Change-Id: Ifffea577b29db053ac8ecef2359ecc62d85611b2 Signed-off-by: Michal Cmarada --- scripts/install_jvpp.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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." -- cgit 1.2.3-korg