X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Freference%2Fjvpp.rst;fp=docs%2Freference%2Fjvpp.rst;h=0000000000000000000000000000000000000000;hb=4e633e1043e867fd24badeb0405f794793beb9a9;hp=7dab4876782f59b9311ccdd255fe52d10d2d9d8e;hpb=aed61801947146e6a93e7791d382bd21d050ee14;p=vpp.git diff --git a/docs/reference/jvpp.rst b/docs/reference/jvpp.rst deleted file mode 100644 index 7dab4876782..00000000000 --- a/docs/reference/jvpp.rst +++ /dev/null @@ -1,47 +0,0 @@ -.. _jvpp: - -.. toctree:: - -Getting jvpp jar -================ - -VPP provides java bindings which can be downloaded at: - -* https://nexus.fd.io/content/repositories/fd.io.release/io/fd/vpp/jvpp-core/18.01/jvpp-core-18.01.jar - -Getting jvpp via maven ------------------------------------- - -**1. Add the following to the repositories section in your ~/.m2/settings.xml to pick up the fd.io maven repo:** - -.. code-block:: console - - - fd.io-release - fd.io-release - https://nexus.fd.io/content/repositories/fd.io.release/ - - false - - - true - - - -For more information on setting up maven repositories in settings.xml, please look at: - -* https://maven.apache.org/guides/mini/guide-multiple-repositories.html - -**2. Then you can get jvpp by putting in the dependencies section of your pom.xml file:** - -.. code-block:: console - - - io.fd.vpp - jvpp-core - 17.10 - - -For more information on maven dependency managment, please look at: - -* https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html