From de95d2924fc422a8105b87fb07982698c3f4cb1a Mon Sep 17 00:00:00 2001 From: Srihari Raghavan Date: Thu, 27 Oct 2016 15:23:36 +0530 Subject: HONEYCOMB-257 - Honeycomb support for in-band OAM (iOAM) path tracing - Add iOAM module to handle configuration for the iOAM trace VPP plugin - Add iOAM module test to verify add/delete configurations - Reader/Initializers for future, dependent on https://gerrit.fd.io/r/3387 Change-Id: I557604a955771c139165aed7cd9e5716abbac3d1 Signed-off-by: Srihari Raghavan --- ioam/pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 ioam/pom.xml (limited to 'ioam/pom.xml') diff --git a/ioam/pom.xml b/ioam/pom.xml new file mode 100644 index 000000000..2708114ce --- /dev/null +++ b/ioam/pom.xml @@ -0,0 +1,56 @@ + + + + + + io.fd.honeycomb.common + honeycomb-parent + 1.16.12-SNAPSHOT + ../common/honeycomb-parent + + + io.fd.honeycomb.ioam + vppioam-aggregator + 1.16.12-SNAPSHOT + ${project.artifactId} + pom + 4.0.0 + Aggregator for Honeycomb iOAM plugin + + + api + impl + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- cgit 1.2.3-korg