X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=c2aecb3dd283242d0af1c6b15ec2c15971290892;hb=d97021cd756d63402545fdc2e14ac7611c3da118;hp=5d58742ec6a443418bc0563de9cd136fe66a015f;hpb=fdc1a2b71f8fa2c8071310d38116d608c0466f6b;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 5d58742ec..c2aecb3dd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + + 4.0.0 org.onap.ccsdk.parent spring-boot-starter-parent - 1.5.0-SNAPSHOT + 2.0.1 - 4.0.0 - org.onap.ccsdk.cds - parent - 0.7.0-SNAPSHOT + cds-aggregator + 1.0.0-SNAPSHOT pom - cds-parent + Aggregator CCSDK Controller Design Studio - - - cds-ui - ms - - https://wiki.onap.org ONAP + + ms + cds-ui + components + + @@ -57,15 +58,181 @@ limitations under the License. ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 0.8.3 + + + false + true + 11 + 3.0.0-M5 + 3.0.0-M5 + + + true + false + deploy + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + + ${project.version} + + + + + + + + + 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 + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + ${surefireArgLine} + + + **/IT*.java + + + + + org.apache.maven.plugins + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + + integration-tests + + integration-test + verify + + + + ${failsafeArgLine} + + + + + + org.jetbrains.kotlin + kotlin-maven-plugin + ${kotlin.maven.version} + + ${java.version} + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${java.version} + + + + + + + org.jacoco jacoco-maven-plugin ${jacoco.version} + + org.apache.maven.plugins + maven-antrun-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-failsafe-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + @@ -101,6 +268,57 @@ limitations under the License. - + + + 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 + + + + + + + + + +