diff options
author | Feng Pan <fpan@redhat.com> | 2016-08-25 20:01:47 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-08-26 01:27:52 +0000 |
commit | 17928dd48ea4b3dd6ae29bd6a1d0621576d3622f (patch) | |
tree | b02fb156f939c115cf0f62271b1d0c0d242bbeb5 | |
parent | 79e783ed68ba7bb7595e4c9cb9833488691a1a69 (diff) |
Add JVpp to local maven repository during honeycomb/vpp build
Change-Id: I1002eb3d2a6e58621582dd61348ffa2745c77655
Signed-off-by: Feng Pan <fpan@redhat.com>
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index 85f7f8df..2b923596 100644 --- a/build/Makefile +++ b/build/Makefile @@ -172,6 +172,8 @@ vpp-bin.tar.gz: vpp honeycomb $(MAVEN) $(MAKE) -C $(VPP_DIR) UNATTENDED=yes install-dep bootstrap build pkg-rpm $(MAKE) -C $(VPP_DIR)/build-root PLATFORM=vpp TAG=vpp_debug vpp-api-install pushd vpp/vpp-api/python && python setup.py bdist + pushd vpp/build-root/build-vpp-native/vpp-api/java/ && ../../../../../$(MAVEN)/bin/mvn install:install-file -Dfile=jvpp-registry-16.12.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-registry -Dversion=16.12-SNAPSHOT -Dpackaging=jar + pushd vpp/build-root/build-vpp-native/vpp-api/java/ && ../../../../../$(MAVEN)/bin/mvn install:install-file -Dfile=jvpp-core-16.12.jar -DgroupId=io.fd.vpp -DartifactId=jvpp-core -Dversion=16.12-SNAPSHOT -Dpackaging=jar pushd honeycomb && ../$(MAVEN)/bin/mvn clean install -DskipTests pushd honeycomb/packaging/rpm/ && BUILD_NUMBER=99 ./rpmbuild.sh mkdir vpp-bin |