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-adaptor/.gitignore | 1 + .../features/features-appc-config-adaptor/pom.xml | 48 +++++++ .../features/onap-appc-config-adaptor/.gitignore | 1 + .../features/onap-appc-config-adaptor/pom.xml | 82 ++++++++++++ .../src/main/feature/feature.xml | 27 ++++ appc-config/appc-config-adaptor/features/pom.xml | 139 +++++---------------- appc-config/appc-config-adaptor/installer/pom.xml | 12 +- appc-config/appc-config-adaptor/pom.xml | 7 +- appc-config/appc-config-adaptor/provider/pom.xml | 10 +- 9 files changed, 209 insertions(+), 118 deletions(-) create mode 100644 appc-config/appc-config-adaptor/features/features-appc-config-adaptor/.gitignore create mode 100644 appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml create mode 100644 appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore create mode 100644 appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml create mode 100644 appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/src/main/feature/feature.xml (limited to 'appc-config/appc-config-adaptor') diff --git a/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/.gitignore b/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/pom.xml new file mode 100644 index 000000000..0be7434ba --- /dev/null +++ b/appc-config/appc-config-adaptor/features/features-appc-config-adaptor/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-adaptor + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-config-adaptor + ${project.version} + xml + features + + + + diff --git a/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml new file mode 100644 index 000000000..c431e98fa --- /dev/null +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml @@ -0,0 +1,82 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-config-adaptor + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + org.onap.appc + appc-config-adaptor-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-config-adaptor/features/onap-appc-config-adaptor/src/main/feature/feature.xml b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/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-config-adaptor/features/pom.xml b/appc-config/appc-config-adaptor/features/pom.xml index d6d58d8fe..09d4f8c9f 100644 --- a/appc-config/appc-config-adaptor/features/pom.xml +++ b/appc-config/appc-config-adaptor/features/pom.xml @@ -1,119 +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 - org.onap.appc - appc-config-adaptor + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + - 4.0.0 - appc-config-adaptor-features - Config Component Adaptor - Features - - jar - - - - org.onap.appc - appc-config-adaptor-provider - ${project.version} - - - - - 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 - - + org.onap.appc + appc-config-adaptor-feature-aggregator + 1.4.0-SNAPSHOT + pom - - - - 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 - - - - - - - - + + onap-appc-config-adaptor + features-appc-config-adaptor + diff --git a/appc-config/appc-config-adaptor/installer/pom.xml b/appc-config/appc-config-adaptor/installer/pom.xml index 6b0fbac50..742fd343a 100644 --- a/appc-config/appc-config-adaptor/installer/pom.xml +++ b/appc-config/appc-config-adaptor/installer/pom.xml @@ -22,25 +22,29 @@ 4.0.0 - org.onap.appc - appc-config-adaptor + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + + org.onap.appc + appc-config-adaptor-installer Config Component Adaptor - Installer pom appc-config-adaptor appc-config-adaptor - mvn:org.onap.appc/appc-config-adaptor-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-config-adaptor/${project.version}/xml/features false org.onap.appc - appc-config-adaptor-features + onap-appc-config-adaptor features + ${project.version} xml diff --git a/appc-config/appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/pom.xml index fd25cb80d..a91e32006 100644 --- a/appc-config/appc-config-adaptor/pom.xml +++ b/appc-config/appc-config-adaptor/pom.xml @@ -23,11 +23,14 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.onap.appc - appc-config + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + + org.onap.appc + 4.0.0 appc-config-adaptor pom diff --git a/appc-config/appc-config-adaptor/provider/pom.xml b/appc-config/appc-config-adaptor/provider/pom.xml index ea4f61996..a5c90e48a 100644 --- a/appc-config/appc-config-adaptor/provider/pom.xml +++ b/appc-config/appc-config-adaptor/provider/pom.xml @@ -26,11 +26,13 @@ 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.parent + binding-parent + 1.4.0-SNAPSHOT + + org.onap.appc - appc-config-adaptor - 1.4.0-SNAPSHOT - appc-config-adaptor-provider bundle -- cgit 1.2.3-korg