From 3368459b88f4a1aca74eecf13216d1a3fafcc889 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Tue, 22 Mar 2016 17:57:16 +0100 Subject: Dedicated NETCONF north interface for v3po Change-Id: I3a001ef68f7ff43ec1b2a935dd474ec966cea878 Signed-off-by: Maros Marsalek --- v3po/impl/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'v3po/impl/pom.xml') diff --git a/v3po/impl/pom.xml b/v3po/impl/pom.xml index 1498d82f8..a47b6a133 100644 --- a/v3po/impl/pom.xml +++ b/v3po/impl/pom.xml @@ -78,4 +78,37 @@ test + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${config.file} + xml + config + + + src/main/config/netconf-north-config.xml + xml + netconf + + + + + + + + -- cgit 1.2.3-korg