From aa44951faf04e2cddfc537bbc9f6a18d76c76ec1 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 21 Jul 2017 15:10:46 +0200 Subject: HC2VPP-180 - Doc coverage generator TODO - links to specific vpp api section(now points just to section with apis) TODO - links to specific java binding code(now points to class thats doing binding) TODO - operational coverage(ASM does not support lambda processing) TODO - generate coverage adoc links Change-Id: I44c85012da3bd2e7cdd41930753e5aae6955cd7b Signed-off-by: Jan Srnicek Signed-off-by: Marek Gradzki --- vpp-integration/api-docs/core/pom.xml | 112 ++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 vpp-integration/api-docs/core/pom.xml (limited to 'vpp-integration/api-docs/core/pom.xml') diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml new file mode 100644 index 000000000..0d691b424 --- /dev/null +++ b/vpp-integration/api-docs/core/pom.xml @@ -0,0 +1,112 @@ + + + + + + hc2vpp-parent + io.fd.hc2vpp.common + 1.17.10-SNAPSHOT + ../../../common/hc2vpp-parent + + 4.0.0 + + io.fd.hc2vpp.docs + docs-core + 1.17.10-SNAPSHOT + + + 1.10.19 + 4.12 + 4.1.0 + 5.2 + 1.5.4 + 1.7.25 + 17.10-SNAPSHOT + 19.0 + 0.9.11 + + + + ${project.basedir}/../.. + + + + + com.google.guava + guava + ${guava.version} + + + io.fd.hc2vpp.docs + docs-api + ${project.version} + + + + io.fd.vpp + jvpp-core + ${jvpp.version} + + + io.fd.vpp + jvpp-registry + ${jvpp.version} + + + + org.ow2.asm + asm + ${asm.version} + + + + com.google.inject + guice + ${guice.version} + + + io.fd.honeycomb + translate-utils + ${project.version} + + + io.fd.honeycomb + translate-api + ${project.version} + + + junit + junit + ${junit.version} + test + + + org.mockito + mockito-core + ${mockito-core.version} + test + + + org.reflections + reflections + ${reflections.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg