X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=1c76d5bf9a60f12cb502984cfcd2fd447048be26;hb=f08bff64a1f54e9e8ff5920963247b1a0cfe535b;hp=8c989ba09f799996d25163bb8ae7e1d4b77c77c9;hpb=c7d301e67ee4f7cb1747b45a5e2a23f997b848e4;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 8c989ba09..1c76d5bf9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ + - + + 4.0.0 org.onap.ccsdk.parent - odlparent-lite - 1.2.1 + spring-boot-starter-parent + 2.0.0-SNAPSHOT - 4.0.0 - org.onap.ccsdk.cds parent - 0.4.2-SNAPSHOT + 1.0.0-SNAPSHOT pom - cds-parent + CDS Parent CCSDK Controller Design Studio - - - cds-ui - - - - https://wiki.onap.org ONAP + + ms + cds-ui + components + + @@ -55,15 +54,14 @@ limitations under the License. src/test **/*.java,**/*.kt - + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 0.8.3 + + + false + true @@ -73,6 +71,83 @@ 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 + + + @@ -108,6 +183,57 @@ limitations under the License. - - \ No newline at end of file + + + format + + true + false + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + +