From 7f383f98c874d5918fa6e55597f30432b13a658d Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 30 Jul 2018 14:35:31 -0700 Subject: Karaf 4 for first few features appc-metric appc-dmaap-adapter appc-chef-adapter appc-netconf-adapter appc-rest-adapter Change-Id: I1d5a8e39cac7be74b05a0782f0971f8d08c8162d Signed-off-by: Patrick Brady Issue-ID: APPC-1029 --- .../features-appc-chef-adapter/pom.xml | 48 +++++++ .../onap-appc-chef-adapter/pom.xml | 87 ++++++++++++ .../appc-chef-adapter-features/pom.xml | 146 +++++---------------- .../src/main/resources/features.xml | 40 ------ 4 files changed, 167 insertions(+), 154 deletions(-) create mode 100644 appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml create mode 100644 appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml delete mode 100644 appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml (limited to 'appc-adapters/appc-chef-adapter/appc-chef-adapter-features') diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/pom.xml new file mode 100644 index 000000000..5bbdf69cc --- /dev/null +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/features-appc-chef-adapter/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-chef-adapter + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-chef-adapter + ${project.version} + xml + features + + + + diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml new file mode 100644 index 000000000..5d21bb171 --- /dev/null +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/onap-appc-chef-adapter/pom.xml @@ -0,0 +1,87 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-chef-adapter + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + org.onap.appc + appc-chef-adapter-bundle + ${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-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml index d9031f7fa..86536b08a 100644 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml +++ b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/pom.xml @@ -1,124 +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-chef-adapter - org.onap.appc + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + - appc-chef-adapter-features - APPC Chef Adaptor - Features - jar - - - ${project.parent.parent.parent.basedir} - - - - - org.onap.appc - appc-chef-adapter-bundle - ${project.version} - - - - commons-lang - commons-lang - compile - - - - org.opendaylight.mdsal - features-mdsal - features - xml - runtime - - - - - org.opendaylight.controller - opendaylight-karaf-empty - zip - + org.onap.appc + appc-chef-adapter-feature-aggregator + 1.4.0-SNAPSHOT + pom - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - - + - - - - 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-chef-adapter + features-appc-chef-adapter + diff --git a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml b/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml deleted file mode 100644 index e3854494f..000000000 --- a/appc-adapters/appc-chef-adapter/appc-chef-adapter-features/src/main/resources/features.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - odl-mdsal-broker - ccsdk-sli - mvn:org.onap.appc/appc-common/${project.version} - mvn:org.onap.appc/appc-chef-adapter-bundle/${project.version} - - - -- cgit 1.2.3-korg