From c7d0075d223eab9f89fd28853c4b138792059be9 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 1 Jun 2017 10:45:37 -0700 Subject: Merge of new rebased code Change-Id: I9b8d1f69eb3e0af1935ed8304fea4bf54c1aac47 Signed-off-by: Patrick Brady --- appc-oam/appc-oam-features/pom.xml | 126 +++++++++++++++++++++ .../src/main/resources/features.xml | 37 ++++++ 2 files changed, 163 insertions(+) create mode 100644 appc-oam/appc-oam-features/pom.xml create mode 100644 appc-oam/appc-oam-features/src/main/resources/features.xml (limited to 'appc-oam/appc-oam-features') diff --git a/appc-oam/appc-oam-features/pom.xml b/appc-oam/appc-oam-features/pom.xml new file mode 100644 index 000000000..a8a9a4478 --- /dev/null +++ b/appc-oam/appc-oam-features/pom.xml @@ -0,0 +1,126 @@ + + + 4.0.0 + + appc-oam + org.openecomp.appc + 1.1.0-SNAPSHOT + + appc-oam-features + appc-oam-features + + jar + + + + org.openecomp.appc + appc-oam-model + ${project.version} + + + + org.openecomp.appc + appc-oam-bundle + config + xml + ${project.version} + + + + org.openecomp.appc + appc-oam-bundle + ${project.version} + + + + org.opendaylight.mdsal + features-mdsal + features + xml + + runtime + + + + org.opendaylight.yangtools + features-yangtools + features + xml + runtime + + + + + + + true + src/main/resources + + + + + org.apache.maven.plugins + maven-resources-plugin + + + filter + + resources + + generate-resources + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.opendaylight.controller + opendaylight-karaf-empty + ${odl.karaf.empty.distro.version} + + + org.opendaylight.yangtools:features-test + + + + org.ops4j.pax.exam:pax-exam-container-native + + true + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/${features.file} + xml + features + + + + + + + + + + diff --git a/appc-oam/appc-oam-features/src/main/resources/features.xml b/appc-oam/appc-oam-features/src/main/resources/features.xml new file mode 100644 index 000000000..cec3bf5fe --- /dev/null +++ b/appc-oam/appc-oam-features/src/main/resources/features.xml @@ -0,0 +1,37 @@ + + + + + + + mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features + + + odl-mdsal-broker + mvn:org.openecomp.appc/appc-oam-model/${project.version} + mvn:org.openecomp.appc/appc-oam-bundle/${project.version} + mvn:org.openecomp.appc/appc-oam-bundle/${project.version}/xml/config + + + -- cgit 1.2.3-korg