From 935abe44dceec2762baf0548f5358fa8db8a7636 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 19 Jun 2017 14:44:59 +0200 Subject: Bgp distribution for vpp Bgp can't be currently included in default distribution, because that would increase footprint, even with BGP disabled (HONEYCOMB-358). Change-Id: I9f0c264fdbc7b283cd05295ea27e88f9bc5f9a45 Signed-off-by: Marek Gradzki --- vpp-integration/bgp-distribution/pom.xml | 74 ++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 vpp-integration/bgp-distribution/pom.xml (limited to 'vpp-integration/bgp-distribution/pom.xml') diff --git a/vpp-integration/bgp-distribution/pom.xml b/vpp-integration/bgp-distribution/pom.xml new file mode 100644 index 000000000..4e2945498 --- /dev/null +++ b/vpp-integration/bgp-distribution/pom.xml @@ -0,0 +1,74 @@ + + + + + io.fd.hc2vpp.common + minimal-distribution-parent + 1.17.07-SNAPSHOT + ../../common/minimal-distribution-parent + + + 4.0.0 + io.fd.hc2vpp.integration + bgp-distribution + ${project.artifactId} + 1.17.07-SNAPSHOT + + + io.fd.honeycomb.infra.bgp.distro.Main + ${project.version} + + + + + + + + maven-compiler-plugin + + + org.codehaus.gmaven + groovy-maven-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + maven-assembly-plugin + + + + + + + io.fd.honeycomb + bgp-distribution + ${honeycomb.min.distro.version} + + + io.fd.hc2vpp.integration + vpp-integration-distribution + ${project.version} + + + \ No newline at end of file -- cgit 1.2.3-korg