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/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 ++ 6 files changed, 20 insertions(+), 7 deletions(-) (limited to 'ms/blueprintsprocessor/modules/inbounds') 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 -- cgit 1.2.3-korg