X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=1e2f62f791e1f2c6e86b30c2ec3c8f337ab85985;hb=71616cc0a6bee9c604b35754778ec5cae7477635;hp=a5a88244c1a408790497fca1e056856a1832c7a3;hpb=f7aeec743dc9b494ec062acbf532174e101da69c;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index a5a88244c..1e2f62f79 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + 4.0.0 org.onap.ccsdk.parent spring-boot-starter-parent - 1.3.1-SNAPSHOT + 1.5.1-SNAPSHOT - 4.0.0 - org.onap.ccsdk.cds parent - 0.5.0-SNAPSHOT + 0.7.0-SNAPSHOT pom - cds-parent + CDS Parent CCSDK Controller Design Studio - - - components - cds-ui - ms - - https://wiki.onap.org ONAP + + ms + cds-ui + components + + @@ -55,9 +54,12 @@ limitations under the License. **/*.java,**/*.kt - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 0.8.3 + + + false + true @@ -67,6 +69,85 @@ limitations under the License. jacoco-maven-plugin ${jacoco.version} + + + + org.codehaus.mojo + tidy-maven-plugin + 1.1.0 + + + format-pom + process-sources + + pom + + + ${format.skipExecute} + + + + validate-pom + validate + + check + + + ${format.skipValidate} + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + validate-kotlin + validate + + + + + + + ${format.skipValidate} + + + run + + + + + format-kotlin + process-sources + + + + + + + + ${format.skipExecute} + + + run + + + + + + com.pinterest + ktlint + 0.35.0 + + + @@ -102,6 +183,15 @@ limitations under the License. - + + + format + + true + false + + + +