From 824c740124a9a73f567ff600ab6b388292cfcdd9 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Wed, 22 May 2019 15:46:54 +0200 Subject: move stats to separate module Change-Id: Id349e926ecf336aeabac89afa45a5e0d0f37e36b Signed-off-by: Michal Cmarada --- stats/pom.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 stats/pom.xml (limited to 'stats/pom.xml') diff --git a/stats/pom.xml b/stats/pom.xml new file mode 100644 index 000000000..3b355b3fd --- /dev/null +++ b/stats/pom.xml @@ -0,0 +1,58 @@ + + + + + + io.fd.hc2vpp.common + hc2vpp-parent + 1.19.08-SNAPSHOT + ../common/hc2vpp-parent + + + io.fd.hc2vpp.stats + stats-aggregator + 1.19.08-SNAPSHOT + stats-aggregator + pom + 4.0.0 + Aggregator for Hc2vpp Stats plugin + + + stats-api + stats-impl + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- cgit 1.2.3-korg