From 94f4b9bf8661ad75628163b46518e902b6abc834 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 2 Mar 2021 20:00:49 -0500 Subject: Refactoring pom's name tag Indenting pom's and running mvn tidy:pom to rearrange items Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) Change-Id: Ic9c7cfd76bd98e6a101ec7788841d96316508735 --- plugins/template-node/installer/pom.xml | 228 ++++++++++++++++---------------- plugins/template-node/pom.xml | 2 + plugins/template-node/provider/pom.xml | 82 ++++++------ 3 files changed, 157 insertions(+), 155 deletions(-) (limited to 'plugins/template-node') diff --git a/plugins/template-node/installer/pom.xml b/plugins/template-node/installer/pom.xml index e0d24c416..3eb7a4b27 100644 --- a/plugins/template-node/installer/pom.xml +++ b/plugins/template-node/installer/pom.xml @@ -1,125 +1,125 @@ - 4.0.0 + 4.0.0 - - org.onap.ccsdk.parent - odlparent-lite - 2.1.1 - + + org.onap.ccsdk.parent + odlparent-lite + 2.1.1 + - org.onap.ccsdk.sli.plugins - template-node-installer - 1.2.1-SNAPSHOT - pom + org.onap.ccsdk.sli.plugins + template-node-installer + 1.2.1-SNAPSHOT + pom - ccsdk-sli-plugins :: template-node :: ${project.artifactId} + ccsdk-sli-plugins :: ${project.artifactId} - - ccsdk-template-node - ${application.name} - mvn:org.onap.ccsdk.sli.plugins/${features.boot}/${project.version}/xml/features - false - + + ccsdk-template-node + ${application.name} + mvn:org.onap.ccsdk.sli.plugins/${features.boot}/${project.version}/xml/features + false + - - - org.onap.ccsdk.sli.plugins - template-node-provider - ${project.version} - - + + + org.onap.ccsdk.sli.plugins + template-node-provider + ${project.version} + + - - - - maven-assembly-plugin - 2.6 - - - maven-repo-zip - - single - - package - - true - stage/${application.name}-${project.version} - - src/assembly/assemble_mvnrepo_zip.xml - - true - - - - installer-zip - - single - - package - - true - ${application.name}-${project.version}-installer - - src/assembly/assemble_installer_zip.xml - - false - - - - - - 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.onap.ccsdk.sli.plugins - provided - - - - - - maven-resources-plugin - 2.6 - - - copy-version - - copy-resources - - validate - - ${basedir}/target/stage - - - src/main/resources/scripts - - install-feature.sh - - true - - - - + + + + maven-assembly-plugin + 2.6 + + + maven-repo-zip + + single + + package + + true + stage/${application.name}-${project.version} + + src/assembly/assemble_mvnrepo_zip.xml + + true + + + + installer-zip + + single + + package + + true + ${application.name}-${project.version}-installer + + src/assembly/assemble_installer_zip.xml + + false + + + + + + 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.onap.ccsdk.sli.plugins + provided + + + + + + maven-resources-plugin + 2.6 + + + copy-version + + copy-resources + + validate + + ${basedir}/target/stage + + + src/main/resources/scripts + + install-feature.sh + + true + + + + - - + + - - + + diff --git a/plugins/template-node/pom.xml b/plugins/template-node/pom.xml index 847ce01fc..5f9997dab 100644 --- a/plugins/template-node/pom.xml +++ b/plugins/template-node/pom.xml @@ -13,6 +13,8 @@ 1.2.1-SNAPSHOT pom + ccsdk-sli-plugins :: ${project.artifactId} + provider installer diff --git a/plugins/template-node/provider/pom.xml b/plugins/template-node/provider/pom.xml index 0b6551a73..3058ae8a7 100644 --- a/plugins/template-node/provider/pom.xml +++ b/plugins/template-node/provider/pom.xml @@ -1,49 +1,49 @@ - 4.0.0 + 4.0.0 - - org.onap.ccsdk.parent - binding-parent - 2.1.1 - + + org.onap.ccsdk.parent + binding-parent + 2.1.1 + - org.onap.ccsdk.sli.plugins - template-node-provider - 1.2.1-SNAPSHOT - bundle + org.onap.ccsdk.sli.plugins + template-node-provider + 1.2.1-SNAPSHOT + bundle - ccsdk-sli-plugins :: template-node :: ${project.artifactId} + ccsdk-sli-plugins :: ${project.artifactId} - - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${project.version} - pom - import - - + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${project.version} + pom + import + + - - - junit - junit - test - - - org.onap.ccsdk.sli.core - sli-common - provided - - - org.slf4j - slf4j-api - - - org.apache.velocity - velocity - - + + + junit + junit + test + + + org.onap.ccsdk.sli.core + sli-common + provided + + + org.slf4j + slf4j-api + + + org.apache.velocity + velocity + + -- cgit 1.2.3-korg