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 --- .../features-appc-ssh-adapter/.gitignore | 1 + .../features-appc-ssh-adapter/pom.xml | 48 +++++++++ .../onap-appc-ssh-adapter/.gitignore | 1 + .../onap-appc-ssh-adapter/pom.xml | 94 ++++++++++++++++ .../appc-ssh-adapter-features/pom.xml | 118 ++++++--------------- 5 files changed, 178 insertions(+), 84 deletions(-) create mode 100644 appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/.gitignore create mode 100644 appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/pom.xml create mode 100644 appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/.gitignore create mode 100644 appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/pom.xml (limited to 'appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features') diff --git a/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/.gitignore b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/pom.xml b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-adapter/pom.xml new file mode 100644 index 000000000..858655228 --- /dev/null +++ b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/features-appc-ssh-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-ssh-adapter + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-ssh-adapter + ${project.version} + xml + features + + + + diff --git a/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/.gitignore b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/pom.xml b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/pom.xml new file mode 100644 index 000000000..9967cfb69 --- /dev/null +++ b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/onap-appc-ssh-adapter/pom.xml @@ -0,0 +1,94 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-ssh-adapter + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + org.onap.appc + appc-ssh-adapter-api + ${project.version} + + + org.onap.appc + appc-ssh-adapter-sshd + ${project.version} + + + org.apache.sshd + sshd-core + 2.0.0 + + + org.apache.sshd + sshd-sftp + 2.0.0 + + + org.apache.sshd + sshd-scp + 2.0.0 + + + + + + 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-ssh-adapter/appc-ssh-adapter-features/pom.xml b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/pom.xml index 3f38bd1df..840cb4469 100644 --- a/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/pom.xml +++ b/appc-adapters/appc-ssh-adapter/appc-ssh-adapter-features/pom.xml @@ -1,92 +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========================================================= +--> - - appc-ssh-adapter - org.onap.appc - 1.4.0-SNAPSHOT - - 4.0.0 + 4.0.0 - appc-ssh-adapter-features - jar + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + - - - org.onap.appc - appc-ssh-adapter-api - ${project.version} - + org.onap.appc + appc-ssh-adapter-feature-aggregator + 1.4.0-SNAPSHOT + pom - - org.onap.appc - appc-ssh-adapter-sshd - ${project.version} - - + - - - - 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-ssh-adapter + features-appc-ssh-adapter + -- cgit 1.2.3-korg