From 46f865c3df4f8a80a3fff278fa479182cfa317cc Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 13 Aug 2018 10:00:29 -0700 Subject: [PATCH] Karaf 4 for appc outbound Change-Id: I4aceffe33748a8e157bc1cac118de1e6b431378b Issue-ID: APPC-1146 Signed-off-by: Patrick Brady --- .../appc-message-adapter-api/pom.xml | 2 +- .../appc-event-listener-bundle/pom.xml | 6 +- .../features-appc-event-listener/.gitignore | 1 + .../features-appc-event-listener/pom.xml | 48 ++++++ .../onap-appc-event-listener/.gitignore | 1 + .../onap-appc-event-listener/pom.xml | 68 ++++++++ .../src/main/feature/feature.xml | 27 ++++ .../appc-event-listener-features/pom.xml | 177 +++++---------------- .../appc-event-listener-installer/pom.xml | 16 +- appc-event-listener/pom.xml | 12 +- .../features/features-appc-aai-client/.gitignore | 1 + .../features/features-appc-aai-client/pom.xml | 48 ++++++ .../features/onap-appc-aai-client/.gitignore | 1 + .../features/onap-appc-aai-client/pom.xml | 97 +++++++++++ .../src/main/feature/feature.xml | 27 ++++ appc-outbound/appc-aai-client/features/pom.xml | 166 +++++-------------- appc-outbound/appc-aai-client/installer/pom.xml | 16 +- appc-outbound/appc-aai-client/pom.xml | 12 +- appc-outbound/appc-aai-client/provider/pom.xml | 6 +- .../.gitignore | 1 + .../features-appc-network-inventory-client/pom.xml | 48 ++++++ .../onap-appc-network-inventory-client/.gitignore | 1 + .../onap-appc-network-inventory-client/pom.xml | 107 +++++++++++++ .../src/main/feature/feature.xml | 27 ++++ .../appc-network-inventory-client/features/pom.xml | 142 ++++------------- .../installer/pom.xml | 18 ++- .../appc-network-inventory-client/pom.xml | 6 +- .../appc-network-inventory-client/provider/pom.xml | 10 +- 28 files changed, 675 insertions(+), 417 deletions(-) create mode 100644 appc-event-listener/appc-event-listener-features/features-appc-event-listener/.gitignore create mode 100644 appc-event-listener/appc-event-listener-features/features-appc-event-listener/pom.xml create mode 100644 appc-event-listener/appc-event-listener-features/onap-appc-event-listener/.gitignore create mode 100644 appc-event-listener/appc-event-listener-features/onap-appc-event-listener/pom.xml create mode 100644 appc-event-listener/appc-event-listener-features/onap-appc-event-listener/src/main/feature/feature.xml create mode 100644 appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore create mode 100644 appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml create mode 100644 appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore create mode 100644 appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml create mode 100644 appc-outbound/appc-aai-client/features/onap-appc-aai-client/src/main/feature/feature.xml mode change 100755 => 100644 appc-outbound/appc-aai-client/features/pom.xml create mode 100644 appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/.gitignore create mode 100644 appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml create mode 100644 appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/.gitignore create mode 100644 appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml create mode 100644 appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/src/main/feature/feature.xml mode change 100755 => 100644 appc-outbound/appc-network-inventory-client/features/pom.xml diff --git a/appc-adapters/appc-dmaap-adapter/appc-message-adapter-api/pom.xml b/appc-adapters/appc-dmaap-adapter/appc-message-adapter-api/pom.xml index d3f0765a0..7d372cb24 100644 --- a/appc-adapters/appc-dmaap-adapter/appc-message-adapter-api/pom.xml +++ b/appc-adapters/appc-dmaap-adapter/appc-message-adapter-api/pom.xml @@ -41,7 +41,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} diff --git a/appc-event-listener/appc-event-listener-bundle/pom.xml b/appc-event-listener/appc-event-listener-bundle/pom.xml index 3dd4088cd..929d7cfa8 100644 --- a/appc-event-listener/appc-event-listener-bundle/pom.xml +++ b/appc-event-listener/appc-event-listener-bundle/pom.xml @@ -22,10 +22,12 @@ 4.0.0 - org.onap.appc - appc-event-listener + org.onap.appc.parent + binding-parent 1.4.0-SNAPSHOT + + org.onap.appc appc-event-listener-bundle bundle diff --git a/appc-event-listener/appc-event-listener-features/features-appc-event-listener/.gitignore b/appc-event-listener/appc-event-listener-features/features-appc-event-listener/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-event-listener/appc-event-listener-features/features-appc-event-listener/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-event-listener/appc-event-listener-features/features-appc-event-listener/pom.xml b/appc-event-listener/appc-event-listener-features/features-appc-event-listener/pom.xml new file mode 100644 index 000000000..dae3f9cbf --- /dev/null +++ b/appc-event-listener/appc-event-listener-features/features-appc-event-listener/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-event-listener + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-event-listener + ${project.version} + xml + features + + + + diff --git a/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/.gitignore b/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/pom.xml b/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/pom.xml new file mode 100644 index 000000000..caf6b7530 --- /dev/null +++ b/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/pom.xml @@ -0,0 +1,68 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-event-listener + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + appc-event-listener-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-event-listener/appc-event-listener-features/onap-appc-event-listener/src/main/feature/feature.xml b/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-event-listener/appc-event-listener-features/onap-appc-event-listener/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-event-listener/appc-event-listener-features/pom.xml b/appc-event-listener/appc-event-listener-features/pom.xml index f5991443d..02af220a2 100644 --- a/appc-event-listener/appc-event-listener-features/pom.xml +++ b/appc-event-listener/appc-event-listener-features/pom.xml @@ -1,143 +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-event-listener - org.onap.appc - 1.4.0-SNAPSHOT - - appc-event-listener-features - Event Listener - Features - - jar - - - - org.onap.appc - appc-event-listener-bundle - ${project.version} - - - - commons-lang - commons-lang - compile - - - - org.opendaylight.mdsal - features-mdsal - features - xml - runtime - - - - - - - - - - - - - - - - - - - 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 - - - - - - - - + 4.0.0 + + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + + org.onap.appc + appc-event-listener-feature-aggregator + 1.4.0-SNAPSHOT + pom + + + + + onap-appc-event-listener + features-appc-event-listener + diff --git a/appc-event-listener/appc-event-listener-installer/pom.xml b/appc-event-listener/appc-event-listener-installer/pom.xml index c39b94bfa..3afbc2176 100644 --- a/appc-event-listener/appc-event-listener-installer/pom.xml +++ b/appc-event-listener/appc-event-listener-installer/pom.xml @@ -21,11 +21,13 @@ --> 4.0.0 - - appc-event-listener - org.onap.appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc appc-event-listener-installer APPC Event Listener - Karaf Installer pom @@ -33,7 +35,7 @@ appc-event-listener appc-event-listener - mvn:org.onap.appc/appc-event-listener-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-event-listener/${project.version}/xml/features false @@ -41,7 +43,7 @@ org.onap.appc - appc-event-listener-features + onap-appc-event-listener ${project.version} features xml diff --git a/appc-event-listener/pom.xml b/appc-event-listener/pom.xml index f9688f08d..0fc55664c 100644 --- a/appc-event-listener/pom.xml +++ b/appc-event-listener/pom.xml @@ -21,11 +21,13 @@ --> 4.0.0 - - org.onap.appc - appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc appc-event-listener Event Listener diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore b/appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml new file mode 100644 index 000000000..d13cf49ff --- /dev/null +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/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-aai-client + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-aai-client + ${project.version} + xml + features + + + + diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml new file mode 100644 index 000000000..1c9c86d10 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml @@ -0,0 +1,97 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-aai-client + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + org.onap.ccsdk.sli.adaptors + ccsdk-aai-service + xml + features + ${ccsdk.sli.adaptors.version} + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + ${commons.collections.version} + + + org.onap.appc + appc-aai-client-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-outbound/appc-aai-client/features/onap-appc-aai-client/src/main/feature/feature.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/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-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml old mode 100755 new mode 100644 index d05858ad8..e29b3983a --- a/appc-outbound/appc-aai-client/features/pom.xml +++ b/appc-outbound/appc-aai-client/features/pom.xml @@ -1,130 +1,42 @@ - - 4.0.0 - - appc-aai-client - org.onap.appc - 1.4.0-SNAPSHOT - - appc-aai-client-features - APPC AAI Client Plugin - Features - jar - - - - org.onap.appc - appc-aai-client-provider - ${project.version} - - - - commons-lang - commons-lang - compile - - - - org.opendaylight.mdsal - features-mdsal - features - xml - - runtime - - - - - - org.opendaylight.controller - opendaylight-karaf-empty - 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-aai-client-feature-aggregator + 1.4.0-SNAPSHOT + pom + + + + + onap-appc-aai-client + features-appc-aai-client + diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml index 5c2f97ed3..caddec898 100755 --- a/appc-outbound/appc-aai-client/installer/pom.xml +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -22,11 +22,13 @@ 4.0.0 - - appc-aai-client - org.onap.appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc appc-aai-client-installer APPC AAI Client -Installer pom @@ -34,7 +36,7 @@ appc-aai-client appc-aai-client - mvn:org.onap.appc/appc-aai-client-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-aai-client/${project.version}/xml/features false @@ -42,7 +44,7 @@ org.onap.appc - appc-aai-client-features + onap-appc-aai-client ${project.version} features xml diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml index 4e78e2d7d..61692169f 100755 --- a/appc-outbound/appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/pom.xml @@ -21,11 +21,13 @@ --> - - org.onap.appc - appc-outbound - 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-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index a908b4d5c..836e298ea 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/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-aai-client + org.onap.appc.parent + binding-parent 1.4.0-SNAPSHOT + + org.onap.appc appc-aai-client-provider bundle APPC AAI Client - Provider diff --git a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/.gitignore b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml new file mode 100644 index 000000000..5f30a14e4 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/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-network-inventory-client + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-network-inventory-client + ${project.version} + xml + features + + + + diff --git a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/.gitignore b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml new file mode 100644 index 000000000..21ae4e153 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml @@ -0,0 +1,107 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-network-inventory-client + 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} + + + com.sun.jersey + jersey-client + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + org.onap.appc + appc-config-params-provider + ${project.version} + + + org.onap.appc + appc-network-inventory-client-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-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/src/main/feature/feature.xml b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/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-outbound/appc-network-inventory-client/features/pom.xml b/appc-outbound/appc-network-inventory-client/features/pom.xml old mode 100755 new mode 100644 index 01bf81504..392ad32e2 --- a/appc-outbound/appc-network-inventory-client/features/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/pom.xml @@ -1,118 +1,42 @@ - - 4.0.0 - - org.onap.appc - appc-network-inventory-client - 1.4.0-SNAPSHOT - - appc-network-inventory-client-features - APPC Network Inventory - Features - jar +============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 - - - org.onap.appc - appc-network-inventory-client-provider - - - - commons-lang - commons-lang - compile - + http://www.apache.org/licenses/LICENSE-2.0 - - org.opendaylight.mdsal - features-mdsal - features - xml - runtime - - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - +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 + + - - com.sun.jersey - jersey-client - - - com.sun.jersey - jersey-core - + org.onap.appc + appc-network-inventory-client-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-network-inventory-client + features-appc-network-inventory-client + diff --git a/appc-outbound/appc-network-inventory-client/installer/pom.xml b/appc-outbound/appc-network-inventory-client/installer/pom.xml index ecc06655e..3ea006f26 100755 --- a/appc-outbound/appc-network-inventory-client/installer/pom.xml +++ b/appc-outbound/appc-network-inventory-client/installer/pom.xml @@ -22,26 +22,29 @@ 4.0.0 - - appc-network-inventory-client - org.onap.appc - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc APPC Network Inventory - Installer pom appc-network-inventory-client appc-network-inventory-client - mvn:org.onap.appc/appc-network-inventory-client-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-network-inventory-client/${project.version}/xml/features false org.onap.appc - appc-network-inventory-client-features + onap-appc-network-inventory-client features + ${project.version} xml @@ -53,6 +56,7 @@ org.onap.appc appc-network-inventory-client-provider + ${project.version} diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index f11a40701..8fc224575 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -22,10 +22,12 @@ - org.onap.appc - appc-outbound + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + + org.onap.appc 4.0.0 pom diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 17ff19843..e2edfbac2 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -25,11 +25,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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-network-inventory-client - 1.4.0-SNAPSHOT - appc-network-inventory-client-provider 1.4.0-SNAPSHOT -- 2.16.6