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/commons/db-lib/pom.xml | 3 ++- ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml | 4 ++-- ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml | 7 ++++--- ms/blueprintsprocessor/modules/commons/message-lib/pom.xml | 7 +++++-- ms/blueprintsprocessor/modules/commons/pom.xml | 4 +++- ms/blueprintsprocessor/modules/commons/processor-core/pom.xml | 3 +++ ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml | 4 +++- ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml | 7 +++++-- ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml | 3 +++ ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml | 8 +++++--- ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml | 9 +++++---- ms/blueprintsprocessor/modules/inbounds/pom.xml | 3 +++ ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml | 2 ++ ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml | 2 ++ ms/blueprintsprocessor/modules/outbounds/pom.xml | 3 ++- ms/blueprintsprocessor/modules/pom.xml | 5 +++-- .../modules/services/execution-service/pom.xml | 2 ++ ms/blueprintsprocessor/modules/services/pom.xml | 4 +++- ms/blueprintsprocessor/modules/services/workflow-service/pom.xml | 6 +++--- 19 files changed, 60 insertions(+), 26 deletions(-) (limited to 'ms/blueprintsprocessor/modules') diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 67b84240c..f444fde66 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -17,6 +17,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor commons @@ -25,6 +26,7 @@ db-lib jar + Blueprints Processor DB Lib Blueprints Processor DB Lib @@ -69,5 +71,4 @@ test - diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index 3ed0424ee..454962091 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -20,6 +20,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor commons @@ -28,10 +29,10 @@ dmaap-lib jar + Blueprints Processor Dmaap Lib Blueprints Processor Dmaap Lib - org.onap.dmaap.messagerouter.dmaapclient @@ -79,5 +80,4 @@ processor-core - diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 5cc29a65e..5945e29fd 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -15,15 +15,17 @@ ~ limitations under the License. --> + 4.0.0 + - commons org.onap.ccsdk.cds.blueprintsprocessor + commons 0.7.0-SNAPSHOT - 4.0.0 grpc-lib jar + Blueprints Processor GRPC Lib Blueprints Processor GRPC Lib @@ -41,5 +43,4 @@ processor-core - diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index b5b8c46a3..f92a8f45a 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -15,16 +15,19 @@ ~ limitations under the License. --> + 4.0.0 + - commons org.onap.ccsdk.cds.blueprintsprocessor + commons 0.7.0-SNAPSHOT - 4.0.0 message-lib + Blueprints Processor Messaging Lib Blueprints Processor Messaging Lib + org.onap.ccsdk.cds.controllerblueprints diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index 37dd5d77e..33255ac46 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -19,6 +19,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor modules @@ -27,6 +28,7 @@ commons pom + Blueprints Processor Commons POM Blueprints Processor Commons @@ -39,6 +41,7 @@ message-lib ssh-lib + org.onap.ccsdk.cds.controllerblueprints @@ -76,5 +79,4 @@ test - diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 673d1277c..0bc88449f 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -18,6 +18,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor commons @@ -26,8 +27,10 @@ processor-core jar + Blueprints Processor Core Blueprints Processor Core + org.springframework.boot diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 7c6cceb23..a7d49c5ed 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -18,6 +18,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor commons @@ -26,8 +27,10 @@ rest-lib jar + Blueprints Processor Rest Lib Blueprints Processor Rest Lib + org.onap.ccsdk.cds.controllerblueprints @@ -61,5 +64,4 @@ test - diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index ff09b83f3..0e6a0bf1f 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -15,17 +15,20 @@ ~ limitations under the License. --> + 4.0.0 + - commons org.onap.ccsdk.cds.blueprintsprocessor + commons 0.7.0-SNAPSHOT - 4.0.0 ssh-lib jar + Blueprints Processor SSH Lib Blueprints Processor SSH Lib + org.onap.ccsdk.cds.controllerblueprints diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index d4d030772..2cf5f5f57 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -16,14 +16,17 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor inbounds 0.7.0-SNAPSHOT + configs-api 0.7.0-SNAPSHOT jar + Blueprints Processor Resource Configurations API Blueprints Processor Resource Configurations API diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index 12cb8ae71..303168d74 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -15,15 +15,17 @@ ~ limitations under the License. --> + 4.0.0 + - inbounds org.onap.ccsdk.cds.blueprintsprocessor + inbounds 0.7.0-SNAPSHOT - 4.0.0 + designer-api jar + Blueprints Processor Designer API Blueprints Processor Designer API - diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index 6037804af..9d50e13d4 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -15,17 +15,18 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 + - inbounds org.onap.ccsdk.cds.blueprintsprocessor + inbounds 0.7.0-SNAPSHOT - health-api + health-api jar + Blueprints Processor Health API checking system check health endpoints diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml index a1d716110..1729f2ff1 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -17,6 +17,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor modules @@ -25,6 +26,7 @@ inbounds pom + Blueprints Processor Inbounds POM Blueprints Processor Inbounds @@ -35,6 +37,7 @@ selfservice-api health-api + org.springframework.security diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index da233b882..32324bf6d 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -16,6 +16,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor inbounds @@ -24,6 +25,7 @@ resource-api jar + Blueprints Processor Resource API Blueprints Processor Resource API diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index b5cac581a..1a9b5fc80 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -19,6 +19,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor inbounds @@ -27,6 +28,7 @@ selfservice-api jar + Blueprints Processor Selfservice API Blueprints Processor Selfservice API diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml b/ms/blueprintsprocessor/modules/outbounds/pom.xml index 34eba8366..81a5a3eb1 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -16,6 +16,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor modules @@ -24,7 +25,7 @@ outbounds pom + Blueprints Processor Outbounds POM Blueprints Processor Outbounds - diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index ea39e2aa9..87dfb5652 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -18,6 +18,7 @@ --> 4.0.0 + org.onap.ccsdk.cds.blueprintsprocessor parent @@ -27,6 +28,7 @@ modules pom + Blueprints Processor Modules Blueprints Processor Modules @@ -36,6 +38,7 @@ services inbounds + @@ -64,6 +67,4 @@ - - 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