From 632a1f3cc13664249eb6f7f95d19ded659d1b98b Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Fri, 27 Sep 2019 14:09:00 -0400 Subject: Adding new Profiles and Plugins Adding maven-tidy-plugin to root pom to format/validate pom content. Copying Quick (q) profile from odlparent-lite to springboot-starter-parent (as spring-boot-starter-parent is not inheriting anything from odl parent pom hirearchy.) Issue-ID: CCSDK-1764 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I3aefe0790fb1c57faa8663900e9edbd7fd3beaf3 --- pom.xml | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 60 insertions(+), 18 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 755e01fb..d64cf26a 100755 --- a/pom.xml +++ b/pom.xml @@ -1,21 +1,21 @@ - - - + 4.0.0 - pom + org.onap.ccsdk.parent parent 1.5.0-SNAPSHOT + pom + ONAP :: ${project.groupId} :: ${project.artifactId} - - nexus.onap.org - ecomp-staging - 176c31dfe190a - + + dependencies-bom + dependencies-odl-bom + standalone + odlparent + springboot + @@ -28,6 +28,16 @@ + + nexus.onap.org + ecomp-staging + 176c31dfe190a + + + false + true + + @@ -38,14 +48,46 @@ true + + + + org.codehaus.mojo + tidy-maven-plugin + 1.1.0 + + + format-pom + process-sources + + pom + + + ${format.skipExecute} + + + + validate-pom + validate + + check + + + ${format.skipValidate} + + + + - - dependencies-bom - dependencies-odl-bom - standalone - odlparent - springboot - + + + + format + + true + false + + + -- cgit 1.2.3-korg