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 +++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 appc-oam/appc-oam-features/pom.xml (limited to 'appc-oam/appc-oam-features/pom.xml') 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 + + + + + + + + + + -- cgit 1.2.3-korg