From 24f39fda67bec6f622c25effcd2a1626efae772a Mon Sep 17 00:00:00 2001 From: "SINGAL, KAPIL (ks220y)" Date: Tue, 17 Sep 2019 16:36:59 +0000 Subject: Plugin to format/validate POM Adding tidy-maven-plugin and related profile to format/vaidate pom files To format POM Files just run mvn process-sources -P format Issue-ID: CCSDK-1739 Signed-off-by: SINGAL, KAPIL (ks220y) Change-Id: I58dc261ac7b3179a91a0ab5a06237990707543f5 --- ms/blueprintsprocessor/modules/services/execution-service/pom.xml | 2 ++ ms/blueprintsprocessor/modules/services/pom.xml | 4 +++- ms/blueprintsprocessor/modules/services/workflow-service/pom.xml | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'ms/blueprintsprocessor/modules/services') diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 784906b4e..8bee7c91c 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -17,6 +17,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor services @@ -25,6 +26,7 @@ execution-service jar + Blueprints Processor Execution Service Blueprints Processor Execution Service diff --git a/ms/blueprintsprocessor/modules/services/pom.xml b/ms/blueprintsprocessor/modules/services/pom.xml index 0a5f9b63f..8976701c4 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -19,6 +19,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor modules @@ -26,9 +27,10 @@ services + pom + Blueprints Processor Service POM Blueprints Processor Service - pom execution-service diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index c3effa5d3..fe7dde994 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -16,14 +16,16 @@ ~ limitations under the License. --> + 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor services 0.7.0-SNAPSHOT - 4.0.0 workflow-service + Blueprints Processor Workflow Service Blueprints Processor Workflow Service @@ -41,6 +43,4 @@ sli-provider - - -- cgit 1.2.3-korg