From 7025b737e3a187326951d82fcf76e33274505e3b Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 6 Mar 2018 09:16:06 -0500 Subject: Initialize SDN features repo Initialize SDN-C features repository Change-Id: If35cde568c7b003fcc45afc558538f51968aa613 Issue-ID: SDNC-270 Signed-off-by: Timoney, Dan (dt5972) --- README.md | 1 + pom.xml | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 README.md create mode 100644 pom.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..28228a4 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This repository contains Karaf features used to support SDN controllers. diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..97ea1a5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,107 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 1.0.1-SNAPSHOT + + + + org.onap.sdnc.features + sdnc-features + 1.3.1-SNAPSHOT + pom + + sdnc-features + The SDN-C features repository contains code for karaf features that are used by the SDN controller + https://wiki.onap.org + + ONAP + + + + + scm:git:ssh://git@${onap.git.host}/sdnc-features.git + + scm:git:ssh://${onap.git.host}:${onap.git.port}/${onap.git.project}/sdnc-features.git + ${onap.git.protocol}://${onap.git.host}/projects/${onap.git.project}/repos/sdnc-features/browse + + + JIRA + https://jira.onap.org/ + + + Jenkins + https://jenkins.onap.org/ + + + + sdnc-javadoc + dav:https://${onap.nexus.host}:${onap.nexus.port}/repository/sdn-c-javadoc/${project.artifactId}/${project.version} + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + + false + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + https://${onap.nexus.host} + ${onap.nexus.staging.profile-id} + ${onap.nexus.staging.server-id} + + + + + + + + blackduck + + + blackduck-scan + + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + + + + + -- cgit 1.2.3-korg