summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMatej <matej.perina@pantheon.tech>2017-10-11 13:07:03 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-10-11 13:02:40 +0000
commit316854896ef1ec6bbebdd50f68b54ea1ef900b43 (patch)
treea3b85b94ecb861a5e8ca4bf94d64f4cca42abc28 /vpp-integration
parent50ffd9e741d96d23952d2c61e0650157ca8d364a (diff)
Temporarily disable nsh_sfc
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 <matej.perina@pantheon.tech>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/api-docs/docs/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml
index 5a6888b17..d8021ff1c 100644
--- a/vpp-integration/api-docs/docs/pom.xml
+++ b/vpp-integration/api-docs/docs/pom.xml
@@ -29,7 +29,10 @@
<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,
@@ -105,4 +108,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>