From 9c74c5729c9a52268342e583d6493bb19df80aa6 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 8 Oct 2019 22:11:26 -0400 Subject: Neon SR1 upgrade change pom files for ODL Neon SR1 upgrade Issue-ID: APPC-1749 Change-Id: Ib10ff74852a2b38933c0df034c71e21665430f62 Signed-off-by: Taka Cho --- appc-core/appc-common-bundle/pom.xml | 374 +++++++++++---------- .../appc-core-features/onap-appc-common/pom.xml | 99 +++--- .../appc-core-features/onap-appc-core/pom.xml | 87 ++--- appc-core/appc-core-features/pom.xml | 74 ++-- appc-core/appc-core-installer/pom.xml | 289 ++++++++-------- .../src/main/resources/scripts/install-feature.sh | 8 +- appc-core/pom.xml | 75 +++-- 7 files changed, 508 insertions(+), 498 deletions(-) (limited to 'appc-core') diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml index 6497b43d4..62b24ce03 100644 --- a/appc-core/appc-common-bundle/pom.xml +++ b/appc-core/appc-common-bundle/pom.xml @@ -1,186 +1,188 @@ - - 4.0.0 - - org.onap.appc.parent - binding-parent - 2.7.0-SNAPSHOT - - - org.onap.appc - appc-common-bundle - bundle - - - - - ch.qos.logback - logback-classic - ${logback.version} - - - com.att.eelf - eelf-core - - - ch.qos.logback - logback-classic - - - - - org.slf4j - slf4j-api - provided - - - - - - org.apache.servicemix.bundles - org.apache.servicemix.bundles.jasypt - 1.9.2_1 - - - - - org.apache.commons - commons-lang3 - - - - com.fasterxml.jackson.core - jackson-core - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.core - jackson-annotations - - - - - org.onap.ccsdk.sli.core - dblib-provider - provided - - - equinoxSDK381 - org.eclipse.osgi - - - - - - - junit - junit - test - - - org.mockito - mockito-core - test - - - org.powermock - powermock-reflect - test - - - org.powermock - powermock-module-junit4 - test - - - org.powermock - powermock-api-mockito - test - - - - - - - com.att.eelf - eelf-maven-plugin - 1.0.0 - - - validation - install - - ValidateApplicationMsgs - - - - - org.onap.appc.i18n.Msg - - - - - - generate - install - - WikiMsgGenerator - - - target/messages - messages.html - - - org.onap.appc.i18n.Msg -

]]>
-
-
-
-
-
- - - org.onap.appc - appc-common-bundle - ${project.version} - - -
- - - org.apache.felix - maven-bundle-plugin - true - - - appc-common-bundle - org.onap.appc.*, com.att.eelf.* - eelf-core - true - - - -
-
- 1.7.0-SNAPSHOT -
+ + + + 4.0.0 + + org.onap.appc.parent + binding-parent + 2.7.0-SNAPSHOT + + + org.onap.appc + appc-common-bundle + bundle + + + + + ch.qos.logback + logback-classic + ${logback.version} + + + com.att.eelf + eelf-core + + + ch.qos.logback + logback-classic + + + + + org.slf4j + slf4j-api + provided + + + + + + org.apache.servicemix.bundles + org.apache.servicemix.bundles.jasypt + 1.9.2_1 + + + + + org.apache.commons + commons-lang3 + + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + + + org.onap.ccsdk.sli.core + dblib-provider + provided + + + equinoxSDK381 + org.eclipse.osgi + + + + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.powermock + powermock-reflect + test + + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito + test + + + + + + + com.att.eelf + eelf-maven-plugin + 1.0.0 + + + validation + install + + ValidateApplicationMsgs + + + + + org.onap.appc.i18n.Msg + + + + + + generate + install + + WikiMsgGenerator + + + target/messages + messages.html + + + org.onap.appc.i18n.Msg +
<p> <ac:macro ac:name="toc" /> </p>
+
+
+
+
+
+ + + org.onap.appc + appc-common-bundle + ${project.version} + + +
+ + + org.apache.felix + maven-bundle-plugin + true + + + appc-common-bundle + org.onap.appc.*, com.att.eelf.* + eelf-core + true + + + +
+
+ 1.7.0-SNAPSHOT +
diff --git a/appc-core/appc-core-features/onap-appc-common/pom.xml b/appc-core/appc-core-features/onap-appc-common/pom.xml index 7c70fb476..ae7fd1b4e 100644 --- a/appc-core/appc-core-features/onap-appc-common/pom.xml +++ b/appc-core/appc-core-features/onap-appc-common/pom.xml @@ -1,49 +1,50 @@ - - - 4.0.0 - - org.onap.appc.parent - single-feature-parent - 2.7.0-SNAPSHOT - - - - org.onap.appc - onap-appc-common - feature - - - - org.onap.appc - appc-common-bundle - ${project.version} - - - - org.onap.ccsdk.sli.core - ccsdk-dblib - ${ccsdk.sli.core.version} - xml - features - - - 1.7.0-SNAPSHOT - \ No newline at end of file + + + + 4.0.0 + + org.onap.appc.parent + single-feature-parent + 2.7.0-SNAPSHOT + + + + org.onap.appc + onap-appc-common + feature + + + + org.onap.appc + appc-common-bundle + ${project.version} + + + + org.onap.ccsdk.sli.core + ccsdk-dblib + ${ccsdk.sli.core.version} + xml + features + + + 1.7.0-SNAPSHOT + diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml index ec2905086..6867e84dc 100644 --- a/appc-core/appc-core-features/onap-appc-core/pom.xml +++ b/appc-core/appc-core-features/onap-appc-core/pom.xml @@ -1,43 +1,44 @@ - - - 4.0.0 - - org.onap.appc.parent - single-feature-parent - 2.7.0-SNAPSHOT - - - - org.onap.appc - onap-appc-core - feature - - - - org.onap.appc - onap-appc-common - ${project.version} - xml - features - - - 1.7.0-SNAPSHOT - \ No newline at end of file + + + + 4.0.0 + + org.onap.appc.parent + single-feature-parent + 2.7.0-SNAPSHOT + + + + org.onap.appc + onap-appc-core + feature + + + + org.onap.appc + onap-appc-common + ${project.version} + xml + features + + + 1.7.0-SNAPSHOT + diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml index b4d9a4ece..0586a666c 100644 --- a/appc-core/appc-core-features/pom.xml +++ b/appc-core/appc-core-features/pom.xml @@ -1,37 +1,37 @@ - - - - 4.0.0 - - org.onap.appc.parent - odlparent-lite - 2.7.0-SNAPSHOT - - - org.onap.appc - appc-core-features - pom - - onap-appc-common - onap-appc-core - - 1.7.0-SNAPSHOT - \ No newline at end of file + + + + 4.0.0 + + org.onap.appc.parent + odlparent-lite + 2.7.0-SNAPSHOT + + + org.onap.appc + appc-core-features + pom + + onap-appc-common + onap-appc-core + + 1.7.0-SNAPSHOT + diff --git a/appc-core/appc-core-installer/pom.xml b/appc-core/appc-core-installer/pom.xml index 1fe9c9cc2..0831712dc 100644 --- a/appc-core/appc-core-installer/pom.xml +++ b/appc-core/appc-core-installer/pom.xml @@ -1,144 +1,145 @@ - - - 4.0.0 - - org.onap.appc - appc-core - 1.7.0-SNAPSHOT - - appc-core-installer - pom - - - appc-core - appc-core - - - mvn:org.onap.appc/onap-appc-core/${project.version}/xml/features - mvn:org.onap.appc/onap-appc-common/${project.version}/xml/features - - - - org.onap.appc - onap-appc-common - ${project.version} - xml - features - - - org.onap.appc - onap-appc-core - ${project.version} - xml - features - - - - - - maven-assembly-plugin - - - maven-repo-zip - - single - - package - - false - false - stage/${application.name}-${project.version} - - src/assembly/assemble_mvnrepo_zip.xml - - - - - installer-zip - - single - - package - - false - true - ${application.name}-${project.version} - - src/assembly/assemble_installer_zip.xml - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - - copy-dependencies - - prepare-package - - false - ${project.build.directory}/assembly/system - false - true - true - true - false - false - org.opendaylight - provided - - - - - - maven-resources-plugin - - - copy-version - - copy-resources - - - validate - - ${basedir}/target/stage - - - src/main/resources/scripts - - install-feature.sh - - true - - - - - - - - - 1.7.0-SNAPSHOT - \ No newline at end of file + + + + 4.0.0 + + org.onap.appc + appc-core + 1.7.0-SNAPSHOT + + appc-core-installer + pom + + + appc-core + appc-core + + + mvn:org.onap.appc/onap-appc-core/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-common/${project.version}/xml/features + + + + org.onap.appc + onap-appc-common + ${project.version} + xml + features + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + + + + maven-assembly-plugin + + + maven-repo-zip + + single + + package + + false + false + stage/${application.name}-${project.version} + + src/assembly/assemble_mvnrepo_zip.xml + + + + + installer-zip + + single + + package + + false + true + ${application.name}-${project.version} + + src/assembly/assemble_installer_zip.xml + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + + copy-dependencies + + prepare-package + + false + ${project.build.directory}/assembly/system + false + true + true + true + false + false + org.opendaylight + provided + + + + + + maven-resources-plugin + + + copy-version + + copy-resources + + + validate + + ${basedir}/target/stage + + + src/main/resources/scripts + + install-feature.sh + + true + + + + + + + + + 1.7.0-SNAPSHOT + diff --git a/appc-core/appc-core-installer/src/main/resources/scripts/install-feature.sh b/appc-core/appc-core-installer/src/main/resources/scripts/install-feature.sh index 229fcc091..edf2c017c 100755 --- a/appc-core/appc-core-installer/src/main/resources/scripts/install-feature.sh +++ b/appc-core/appc-core-installer/src/main/resources/scripts/install-feature.sh @@ -36,8 +36,12 @@ then fi -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repo.common} -${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repo.core} +sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repo.common}" +sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repo.core}" + +#${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repo.common} + +#${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repo.core} #COUNT=0 diff --git a/appc-core/pom.xml b/appc-core/pom.xml index 55b4b2dba..15091e5dd 100644 --- a/appc-core/pom.xml +++ b/appc-core/pom.xml @@ -1,37 +1,38 @@ - - - 4.0.0 - - org.onap.appc.parent - odlparent-lite - 2.7.0-SNAPSHOT - - - org.onap.appc - appc-core - pom - - appc-common-bundle - appc-core-features - appc-core-installer - - 1.7.0-SNAPSHOT - \ No newline at end of file + + + + 4.0.0 + + org.onap.appc.parent + odlparent-lite + 2.7.0-SNAPSHOT + + + org.onap.appc + appc-core + pom + + appc-common-bundle + appc-core-features + appc-core-installer + + 1.7.0-SNAPSHOT + -- cgit 1.2.3-korg