summaryrefslogtreecommitdiffstats
path: root/v3po/impl/pom.xml
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-04-13 10:44:12 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-04-13 12:17:44 +0200
commit83a373b7cb6274e84281519d32417d6eda2a5145 (patch)
treefc37821f04ace4e4b3638247a84fa870547392eb /v3po/impl/pom.xml
parentcd4bd323985077cd84290e7e34418cc6e2f40f89 (diff)
HONEYCOMB-9: Remove initial Honeycomb pipeline
+ Rewire global restconf to only serve VPP requests + Remove artificial Honeycomb mountpoint Change-Id: I90738123e46a9fb29db19ee09fd139b57cd8af10 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/impl/pom.xml')
-rw-r--r--v3po/impl/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/v3po/impl/pom.xml b/v3po/impl/pom.xml
index afad4b8f2..3678853f1 100644
--- a/v3po/impl/pom.xml
+++ b/v3po/impl/pom.xml
@@ -130,6 +130,11 @@
<type>xml</type>
<classifier>netconf</classifier>
</artifact>
+ <artifact>
+ <file>src/main/config/restconf-north-config.xml</file>
+ <type>xml</type>
+ <classifier>restconf</classifier>
+ </artifact>
</artifacts>
</configuration>
</execution>