Temporarily disable nsh_sfc 53/8753/3
authorMatej <[email protected]>
Wed, 11 Oct 2017 11:07:03 +0000 (13:07 +0200)
committerMarek Gradzki <[email protected]>
Wed, 11 Oct 2017 13:02:40 +0000 (13:02 +0000)
nsh_sfc is using outdated jvpp-registry dependency which
breaks build for hc2vpp, until dependency is updated
nsh_sfc is going to be excluded from hc2vpp

Change-Id: Ib7ca2fda0c80257c7194336a55b071c70aebfe21
Signed-off-by: Matej <[email protected]>
pom.xml
vpp-integration/api-docs/docs/pom.xml

diff --git a/pom.xml b/pom.xml
index 4958f4b..6bcadfe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>vpp-common</module>
     <module>v3po</module>
     <module>ioam</module>
+    <!--
+    nsh module breaks build by using outdated jvpp generator
     <module>nsh</module>
+    -->
     <module>routing</module>
     <module>nat</module>
     <module>lisp</module>
@@ -55,4 +58,4 @@
     <module>interface-role</module>
     <module>bgp</module>
   </modules>
-</project>
\ No newline at end of file
+</project>
index 5a6888b..d8021ff 100644 (file)
         <api.docs.modules>
             io.fd.hc2vpp.docs.core.mock.binding.MockBindingModule,
             io.fd.hc2vpp.docs.core.mock.binding.MockAclModule,
+            <!--
+            nsh module breaks build by using outdated jvpp generator
             io.fd.hc2vpp.docs.core.mock.binding.MockNshModule,
+            -->
             io.fd.hc2vpp.docs.core.mock.binding.MockIoamModule,
             io.fd.hc2vpp.docs.core.mock.binding.MockNatModule,
             io.fd.hc2vpp.iface.role.InterfaceRoleModule,
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>