From 3222908ff0b148698d23f5cb3e9402d7f1a662a2 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 9 Aug 2018 12:05:53 -0700 Subject: Karaf 4 for appc-dg features Including appc-dg-util, appc-dg-shared, and appc-ssh-adapter Change-Id: Ia137a87c560438d23f7858e0f4068717891be076 Signed-off-by: Patrick Brady Issue-ID: APPC-1137 --- appc-dg-util/appc-dg-util-bundle/pom.xml | 14 +- .../features-appc-dg-util/.gitignore | 1 + .../features-appc-dg-util/pom.xml | 48 ++++++ .../onap-appc-dg-util/.gitignore | 1 + .../onap-appc-dg-util/pom.xml | 81 ++++++++++ appc-dg-util/appc-dg-util-features/pom.xml | 170 +++++---------------- appc-dg-util/appc-dg-util-installer/pom.xml | 16 +- appc-dg-util/pom.xml | 14 +- 8 files changed, 190 insertions(+), 155 deletions(-) create mode 100644 appc-dg-util/appc-dg-util-features/features-appc-dg-util/.gitignore create mode 100644 appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml create mode 100644 appc-dg-util/appc-dg-util-features/onap-appc-dg-util/.gitignore create mode 100644 appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml (limited to 'appc-dg-util') diff --git a/appc-dg-util/appc-dg-util-bundle/pom.xml b/appc-dg-util/appc-dg-util-bundle/pom.xml index 32ecd396e..b521f696d 100644 --- a/appc-dg-util/appc-dg-util-bundle/pom.xml +++ b/appc-dg-util/appc-dg-util-bundle/pom.xml @@ -24,12 +24,13 @@ 4.0.0 - - org.onap.appc - appc-dg-util - 1.4.0-SNAPSHOT - - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + + org.onap.appc appc-dg-util-bundle bundle appc-dg-util - bundle @@ -190,6 +191,7 @@ org.assertj assertj-core test + ${assertj.version} diff --git a/appc-dg-util/appc-dg-util-features/features-appc-dg-util/.gitignore b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/pom.xml new file mode 100644 index 000000000..5e864106b --- /dev/null +++ b/appc-dg-util/appc-dg-util-features/features-appc-dg-util/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-dg-util + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-dg-util + ${project.version} + xml + features + + + + diff --git a/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/.gitignore b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml new file mode 100644 index 000000000..95acf664a --- /dev/null +++ b/appc-dg-util/appc-dg-util-features/onap-appc-dg-util/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-dg-util + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.appc + appc-dg-util-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-dg-util/appc-dg-util-features/pom.xml b/appc-dg-util/appc-dg-util-features/pom.xml index 22d6105bb..5b0f7d2e1 100644 --- a/appc-dg-util/appc-dg-util-features/pom.xml +++ b/appc-dg-util/appc-dg-util-features/pom.xml @@ -1,144 +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-dg-util - org.onap.appc - 1.4.0-SNAPSHOT - - appc-dg-util-features - appc-dg-util-features - - jar - - - - org.onap.appc - appc-dg-util-bundle - ${project.version} - - - - org.opendaylight.mdsal - features-mdsal - features - xml - - runtime - - + 4.0.0 + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + - - - - - - - - - - - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - - + org.onap.appc + appc-dg-util-feature-aggregator + 1.4.0-SNAPSHOT + pom - - - - 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 - - - - - - + - - + + onap-appc-dg-util + features-appc-dg-util + diff --git a/appc-dg-util/appc-dg-util-installer/pom.xml b/appc-dg-util/appc-dg-util-installer/pom.xml index 53f3309ba..719cd6f1a 100644 --- a/appc-dg-util/appc-dg-util-installer/pom.xml +++ b/appc-dg-util/appc-dg-util-installer/pom.xml @@ -21,11 +21,12 @@ --> 4.0.0 - - appc-dg-util - org.onap.appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + appc-dg-util-installer APPC DG Util - Karaf Installer pom @@ -33,7 +34,7 @@ appc-dg-util appc-dg-util - mvn:org.onap.appc/appc-dg-util-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-dg-util/${project.version}/xml/features false @@ -41,7 +42,7 @@ org.onap.appc - appc-dg-util-features + onap-appc-dg-util ${project.version} features xml @@ -150,4 +151,5 @@ + org.onap.appc diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml index 9855c3f6d..1e0333c6c 100644 --- a/appc-dg-util/pom.xml +++ b/appc-dg-util/pom.xml @@ -20,11 +20,12 @@ --> 4.0.0 - - org.onap.appc - appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + appc-dg-util pom APPC DG util @@ -40,4 +41,5 @@ appc-dg-util-installer - \ No newline at end of file + org.onap.appc + -- cgit 1.2.3-korg