From 0c1ed90342b8eec2d651216550ab089b96156e55 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Fri, 24 Jun 2016 23:44:03 +0800 Subject: HONEYCOMB-46: Add NSH feature in Honeycomb PatchSet 14: Refactor NSH Plugin based on new code organization PatchSet 13: merge Change 1796: Add nsh-entry Yang Model PatchSet 12:augment with vxlan-encap-type PatchSet 11: rebase and make nsh yang model visible to ODL netconf PatchSet 8: move vpp-nsh.yang to v3po/nsh folder PatchSet 7: split two patches: nsh-entry and nsh-map PatchSet 6: support md-type1 and md-type2 PatchSet 5: Use encap-type and parameters PatchSet 4: Use identity instead of enum PatchSet 3: consolidate comments from Ed PatchSet 2: fix indent issue. Change-Id: I18353b714d39199ffa346fd39da6cafdbcc1b30c Signed-off-by: Hongjun Ni Signed-off-by: Ed Warnicke --- nsh/pom.xml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 nsh/pom.xml (limited to 'nsh/pom.xml') diff --git a/nsh/pom.xml b/nsh/pom.xml new file mode 100644 index 000000000..964f31881 --- /dev/null +++ b/nsh/pom.xml @@ -0,0 +1,57 @@ + + + + + + org.opendaylight.odlparent + odlparent + 1.6.2-Beryllium-SR2 + + + + io.fd.honeycomb.v3po + nsh-aggregator + 1.0.0-SNAPSHOT + nsh + pom + 4.0.0 + + 3.1.1 + + + api + impl + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- cgit 1.2.3-korg