summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-05-31 08:14:24 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-05-31 09:02:23 +0200
commitbedf02b7e70a58ecbff98f261df816de3cf1e0a3 (patch)
tree3202c6c706f8eb8c1f6a155fb8a8498feb01ed23 /pom.xml
parent5d077627a8d28c4853b7bb4ac4fd6e8938b7844b (diff)
HC2VPP-336: disable NSH plugin
nsh_sfc 18.07-SNAPSHOT artifacts are missing in the https://nexus.fd.io/content/repositories/fd.io.snapshot/io/fd/nsh_sfc/nsh-sfc/ repo, which causes hc2vpp build failures. As a workaround nsh plugin was disabled. Change-Id: If65f783f85f9b491f7caea63a51c70e4b4ad39c6 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e5f7b7fc8..851beb518 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,8 @@
<module>vpp-common</module>
<module>v3po</module>
<module>ioam</module>
- <module>nsh</module>
+ <!-- TODO(HC2VPP-336): reenable after NSH build issues are resolved -->
+ <!--<module>nsh</module>-->
<module>routing</module>
<module>nat</module>
<module>lisp</module>