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-params/.gitignore | 1 + .../features/features-appc-config-params/pom.xml | 48 ++++++ .../features/onap-appc-config-params/.gitignore | 1 + .../features/onap-appc-config-params/pom.xml | 100 ++++++++++++ .../src/main/feature/feature.xml | 27 ++++ appc-config/appc-config-params/features/pom.xml | 167 +++++---------------- appc-config/appc-config-params/installer/pom.xml | 11 +- appc-config/appc-config-params/pom.xml | 12 +- appc-config/appc-config-params/provider/pom.xml | 6 +- 9 files changed, 234 insertions(+), 139 deletions(-) create mode 100644 appc-config/appc-config-params/features/features-appc-config-params/.gitignore create mode 100644 appc-config/appc-config-params/features/features-appc-config-params/pom.xml create mode 100644 appc-config/appc-config-params/features/onap-appc-config-params/.gitignore create mode 100644 appc-config/appc-config-params/features/onap-appc-config-params/pom.xml create mode 100644 appc-config/appc-config-params/features/onap-appc-config-params/src/main/feature/feature.xml (limited to 'appc-config/appc-config-params') diff --git a/appc-config/appc-config-params/features/features-appc-config-params/.gitignore b/appc-config/appc-config-params/features/features-appc-config-params/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-config-params/features/features-appc-config-params/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-config-params/features/features-appc-config-params/pom.xml b/appc-config/appc-config-params/features/features-appc-config-params/pom.xml new file mode 100644 index 000000000..b2fa29f7b --- /dev/null +++ b/appc-config/appc-config-params/features/features-appc-config-params/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-params + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-config-params + ${project.version} + xml + features + + + + diff --git a/appc-config/appc-config-params/features/onap-appc-config-params/.gitignore b/appc-config/appc-config-params/features/onap-appc-config-params/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-config-params/features/onap-appc-config-params/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml new file mode 100644 index 000000000..20e921f50 --- /dev/null +++ b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml @@ -0,0 +1,100 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-config-params + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + ${commons.collections.version} + + + org.openecomp.sdc.common + openecomp-tosca-datatype + ${tosca.datatype.version} + + + org.yaml + snakeyaml + ${snakeyaml.version} + + + org.onap.appc + appc-config-params-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-params/features/onap-appc-config-params/src/main/feature/feature.xml b/appc-config/appc-config-params/features/onap-appc-config-params/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-config/appc-config-params/features/onap-appc-config-params/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-params/features/pom.xml b/appc-config/appc-config-params/features/pom.xml index fcce61aef..d44dfffe9 100644 --- a/appc-config/appc-config-params/features/pom.xml +++ b/appc-config/appc-config-params/features/pom.xml @@ -1,131 +1,42 @@ - - 4.0.0 - - org.onap.appc - appc-config-params - 1.4.0-SNAPSHOT - - appc-config-params-features - Config Params Plugin - Features - jar - - - - org.onap.appc - appc-config-params-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 - - - - - - - - +============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.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + + org.onap.appc + appc-config-params-feature-aggregator + 1.4.0-SNAPSHOT + pom + + + + + onap-appc-config-params + features-appc-config-params + diff --git a/appc-config/appc-config-params/installer/pom.xml b/appc-config/appc-config-params/installer/pom.xml index ea99c5879..c58ce66f5 100644 --- a/appc-config/appc-config-params/installer/pom.xml +++ b/appc-config/appc-config-params/installer/pom.xml @@ -22,10 +22,12 @@ 4.0.0 - org.onap.appc - appc-config-params + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + + org.onap.appc appc-config-params-installer Config Component Params - Installer @@ -33,14 +35,15 @@ appc-config-params appc-config-params - mvn:org.onap.appc/appc-config-params-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-config-params/${project.version}/xml/features false org.onap.appc - appc-config-params-features + onap-appc-config-params features + ${project.version} xml diff --git a/appc-config/appc-config-params/pom.xml b/appc-config/appc-config-params/pom.xml index db51e9930..7d17e3b22 100644 --- a/appc-config/appc-config-params/pom.xml +++ b/appc-config/appc-config-params/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-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index 67932b625..ac0dbe93b 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/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-params + org.onap.appc.parent + binding-parent 1.4.0-SNAPSHOT + + org.onap.appc appc-config-params-provider bundle Config Params - Provider -- cgit 1.2.3-korg