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-metric/appc-metric-features/.gitignore | 1 + appc-metric/appc-metric-features/pom.xml | 125 +++++++++++++++++++++ .../src/main/resources/features.xml | 38 +++++++ 3 files changed, 164 insertions(+) create mode 100644 appc-metric/appc-metric-features/.gitignore create mode 100644 appc-metric/appc-metric-features/pom.xml create mode 100644 appc-metric/appc-metric-features/src/main/resources/features.xml (limited to 'appc-metric/appc-metric-features') diff --git a/appc-metric/appc-metric-features/.gitignore b/appc-metric/appc-metric-features/.gitignore new file mode 100644 index 000000000..b83d22266 --- /dev/null +++ b/appc-metric/appc-metric-features/.gitignore @@ -0,0 +1 @@ +/target/ diff --git a/appc-metric/appc-metric-features/pom.xml b/appc-metric/appc-metric-features/pom.xml new file mode 100644 index 000000000..31c58e1c4 --- /dev/null +++ b/appc-metric/appc-metric-features/pom.xml @@ -0,0 +1,125 @@ + + + 4.0.0 + + appc-metric + org.openecomp.appc + 1.0.0 + + appc-metric-features + appc-metric-features + + jar + + + + org.openecomp.appc + appc-metric-bundle + ${project.version} + + + + + + + + + + + + + + + + + + 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 + 2.16 + + + 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-metric/appc-metric-features/src/main/resources/features.xml b/appc-metric/appc-metric-features/src/main/resources/features.xml new file mode 100644 index 000000000..c7747dea0 --- /dev/null +++ b/appc-metric/appc-metric-features/src/main/resources/features.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + mvn:org.openecomp.appc/appc-metric-bundle/${project.version} + + + -- cgit 1.2.3-korg