From 1c192d2dd68724e292b6a30f463085a262e1e813 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 15 Feb 2017 23:11:26 -0800 Subject: Moving all files to root directory Change-Id: Ica5535fd6ec85f350fe1640b42137b49f83f10f0 Signed-off-by: Patrick Brady --- appc-adapters/appc-netconf-adapter/pom.xml | 127 +++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 appc-adapters/appc-netconf-adapter/pom.xml (limited to 'appc-adapters/appc-netconf-adapter/pom.xml') diff --git a/appc-adapters/appc-netconf-adapter/pom.xml b/appc-adapters/appc-netconf-adapter/pom.xml new file mode 100644 index 000000000..5ef2cd3e3 --- /dev/null +++ b/appc-adapters/appc-netconf-adapter/pom.xml @@ -0,0 +1,127 @@ + + + + appc-adapters + org.openecomp.appc + 1.0.0 + + 4.0.0 + + appc-netconf-adapter + NETCONF adapter + pom + + + 1.0.1-Beryllium-SR1 + + + + + + maven-javadoc-plugin + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.antlr + antlr4 + ${antlr.version} + + + org.antlr + antlr4-runtime + 4.3 + + + + + + + javadoc-no-fork + test-javadoc-no-fork + + + + aggregate + + aggregate + test-aggregate + + + + + + org.apache.maven.plugins + maven-jxr-plugin + 2.3 + + + aggregate + + aggregate + test-aggregate + + + + + + + maven-surefire-plugin + + + + org.apache.maven.plugins + maven-changelog-plugin + 2.3 + + + dual-report + + range + 30 + + + changelog + file-activity + + + + + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + + + + + + org.openecomp.appc + appc-netconf-adapter-features + features + xml + ${project.version} + + + org.openecomp.appc + appc-netconf-adapter-provider + ${project.version} + + + + + + appc-netconf-adapter-bundle + appc-netconf-adapter-features + appc-netconf-installer + + + + \ No newline at end of file -- cgit 1.2.3-korg