From b49dd1212bb14a47799b847f49e31de0695dcfe5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 10 Aug 2018 15:30:58 -0700 Subject: Karaf 4 for appc-config Change-Id: I3059bf9bca4320d29432b749df6c55aecbdb22e9 Signed-off-by: Patrick Brady Issue-ID: APPC-1144 --- .../features-appc-config-data-services/.gitignore | 1 + .../features-appc-config-data-services/pom.xml | 48 ++++++ .../onap-appc-config-data-services/.gitignore | 1 + .../onap-appc-config-data-services/pom.xml | 104 +++++++++++++ .../src/main/feature/feature.xml | 27 ++++ appc-config/appc-data-services/features/pom.xml | 165 +++++---------------- appc-config/appc-data-services/installer/pom.xml | 11 +- appc-config/appc-data-services/pom.xml | 12 +- appc-config/appc-data-services/provider/pom.xml | 6 +- 9 files changed, 237 insertions(+), 138 deletions(-) create mode 100644 appc-config/appc-data-services/features/features-appc-config-data-services/.gitignore create mode 100644 appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml create mode 100644 appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore create mode 100644 appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml create mode 100644 appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml (limited to 'appc-config/appc-data-services') diff --git a/appc-config/appc-data-services/features/features-appc-config-data-services/.gitignore b/appc-config/appc-data-services/features/features-appc-config-data-services/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-data-services/features/features-appc-config-data-services/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml new file mode 100644 index 000000000..986a30617 --- /dev/null +++ b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + features-appc-config-data-services + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-config-data-services + ${project.version} + xml + features + + + + diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore b/appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml new file mode 100644 index 000000000..f27fa3157 --- /dev/null +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-config-data-services + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-dblib + xml + features + ${ccsdk.sli.core.version} + + + org.onap.ccsdk.sli.adaptors + ccsdk-sql-resource + xml + features + ${ccsdk.sli.adaptors.version} + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + ${commons.collections.version} + + + org.onap.appc + appc-config-data-services-provider + ${project.version} + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + false + + slf4j-api + tomcat-jdbc + tomcat-juli + httpcore + httpclient + org.eclipse.osgi + + + + + + + diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml @@ -0,0 +1,27 @@ + + + + + + mvn:org.onap.appc/appc-sequence-generator-bundle/${project.version}/xml/config + + \ No newline at end of file diff --git a/appc-config/appc-data-services/features/pom.xml b/appc-config/appc-data-services/features/pom.xml index 0e242afea..67ee9f811 100644 --- a/appc-config/appc-data-services/features/pom.xml +++ b/appc-config/appc-data-services/features/pom.xml @@ -1,131 +1,42 @@ +============LICENSE_START======================================================= +ONAP : APPC +================================================================================ +Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +============================================================================= +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= +--> - 4.0.0 - - appc-config-data-services - org.onap.appc - 1.4.0-SNAPSHOT - - appc-config-data-services-features - APPC Data Services Plugin - Features - - jar - - - - org.onap.appc - appc-config-data-services-provider - ${project.version} - - - - commons-lang - commons-lang - 2.6 - compile - - - - org.opendaylight.mdsal - features-mdsal - features - xml - - runtime - - - - - - org.opendaylight.controller - opendaylight-karaf-empty - ${odl.karaf.empty.distro.version} - zip - - - - - - org.opendaylight.odlparent - features-test - ${odl.commons.opendaylight.version} - test - - - - - - - - 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 - - - - - - - - + 4.0.0 + + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + + org.onap.appc + appc-config-data-services-feature-aggregator + 1.4.0-SNAPSHOT + pom + + + + + onap-appc-config-data-services + features-appc-config-data-services + diff --git a/appc-config/appc-data-services/installer/pom.xml b/appc-config/appc-data-services/installer/pom.xml index 9d62bc83e..e62704aac 100644 --- a/appc-config/appc-data-services/installer/pom.xml +++ b/appc-config/appc-data-services/installer/pom.xml @@ -22,10 +22,12 @@ 4.0.0 - org.onap.appc - appc-config-data-services + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + + org.onap.appc appc-config-data-services-installer Config Component Data Services - Installer @@ -33,14 +35,15 @@ appc-config-data-services appc-config-data-services - mvn:org.onap.appc/appc-config-data-services-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-config-data-services/${project.version}/xml/features false org.onap.appc - appc-config-data-services-features + onap-appc-config-data-services features + ${project.version} xml diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml index bb5432f4e..33379544a 100644 --- a/appc-config/appc-data-services/pom.xml +++ b/appc-config/appc-data-services/pom.xml @@ -21,11 +21,13 @@ --> - - org.onap.appc - appc-config - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc 4.0.0 pom diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index a7f124605..92468db81 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -23,10 +23,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.appc - appc-config-data-services + org.onap.appc.parent + binding-parent 1.4.0-SNAPSHOT + + org.onap.appc appc-config-data-services-provider bundle APPC Data Services - Provider -- cgit 1.2.3-korg