From 2a93b9ddf308b6bdd135be182c1b3fa779891840 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 18 Jul 2017 19:40:01 -0400 Subject: Populate seed code Add seed code for sli/core repository Issue: CCSDK-6 Change-Id: Iaeb54c6135a94a6ffec0c7fd96505d72d18aeb00 Signed-off-by: Dan Timoney --- sli/features/pom.xml | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100755 sli/features/pom.xml (limited to 'sli/features/pom.xml') diff --git a/sli/features/pom.xml b/sli/features/pom.xml new file mode 100755 index 000000000..2556a5795 --- /dev/null +++ b/sli/features/pom.xml @@ -0,0 +1,137 @@ + + + 4.0.0 + + sli + org.openecomp.sdnc.core + 0.0.1-SNAPSHOT + + sli-features + SLI - Features + + jar + + + + org.openecomp.sdnc.core + sli-common + ${project.version} + + + + + org.openecomp.sdnc.core + sli-recording + ${project.version} + + + commons-lang + commons-lang + 2.6 + compile + + + + org.opendaylight.mdsal + features-mdsal + ${odl.mdsal.features.version} + features + xml + + runtime + + + + + + + + + org.opendaylight.odlparent + features-test + ${odl.commons.opendaylight.version} + test + + + + org.opendaylight.yangtools + features-yangtools + ${odl.yangtools.version} + features + xml + runtime + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + -- cgit 1.2.3-korg