From b7c21e18163eb851327ab12c110a1e6b256b9535 Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Mon, 13 Aug 2018 22:37:11 -0400 Subject: Karaf 4 for appc-provider Change-Id: Id0f8f51426a5595f51943e8b9d1bb62ed8ee1c8d Issue-ID: APPC-1028 Signed-off-by: Ryan Young --- .../features-appc-provider/pom.xml | 25 ++++ .../onap-appc-provider/pom.xml | 53 ++++++++ .../src/main/feature/feature.xml | 25 ++++ appc-provider/appc-provider-features/pom.xml | 150 ++------------------- 4 files changed, 117 insertions(+), 136 deletions(-) create mode 100644 appc-provider/appc-provider-features/features-appc-provider/pom.xml create mode 100644 appc-provider/appc-provider-features/onap-appc-provider/pom.xml create mode 100644 appc-provider/appc-provider-features/onap-appc-provider/src/main/feature/feature.xml (limited to 'appc-provider/appc-provider-features') diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml new file mode 100644 index 000000000..1c85094e2 --- /dev/null +++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml @@ -0,0 +1,25 @@ + + 4.0.0 + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + org.onap.appc + features-appc-provider + feature + + appc-provider features repo + + + + org.onap.appc + onap-appc-provider + ${project.version} + xml + features + + + + \ No newline at end of file diff --git a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml new file mode 100644 index 000000000..ac9decf0a --- /dev/null +++ b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml @@ -0,0 +1,53 @@ + + 4.0.0 + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-provider + feature + + onap-appc-provider + + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + + org.onap.appc + onap-appc-request-handler + ${project.version} + xml + features + + + + org.onap.appc + appc-provider-model + ${project.version} + + + + org.onap.appc + appc-provider-bundle + config + xml + ${project.version} + + + + org.onap.appc + appc-provider-bundle + ${project.version} + + + \ No newline at end of file diff --git a/appc-provider/appc-provider-features/onap-appc-provider/src/main/feature/feature.xml b/appc-provider/appc-provider-features/onap-appc-provider/src/main/feature/feature.xml new file mode 100644 index 000000000..a0ada8d66 --- /dev/null +++ b/appc-provider/appc-provider-features/onap-appc-provider/src/main/feature/feature.xml @@ -0,0 +1,25 @@ + + + + mvn:org.onap.appc/appc-provider-bundle/${project.version}/xml/config + + \ No newline at end of file diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml index 1ab42efad..1068522d5 100644 --- a/appc-provider/appc-provider-features/pom.xml +++ b/appc-provider/appc-provider-features/pom.xml @@ -21,143 +21,21 @@ --> 4.0.0 - - appc-provider - org.onap.appc + + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT - appc-provider-features + + org.onap.app appc-provider-features - - jar - - - - org.onap.appc - appc-provider-model - ${project.version} - - - - org.onap.appc - appc-provider-bundle - config - xml - ${project.version} - - - - org.onap.appc - appc-provider-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 - - - - - - - - - + 1.4.0-SNAPSHOT + pom + + appc-provider-features + + + features-appc-provider + onap-appc-provider + \ No newline at end of file -- cgit 1.2.3-korg