X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=df42391a9103e67d1262506e599dc36d1aaaf9c4;hb=e679d838562ef6762852e8073844ad578d700a84;hp=856b6927d59d36b1da43081a9ab47924f2d44d2a;hpb=446f69ade4ea6367f848fe11f342df4a2697da4f;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 856b6927d..df42391a9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ false true + + 11 + 3.0.0-M5 + 3.0.0-M5 + + + maven + true + false + org.onap.ccsdk.cds + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + + 1.5.0-SNAPSHOT + ${project.version} + + + + + org.codehaus.mojo + tidy-maven-plugin + 1.1.0 + + 120 + + + + format-pom + process-sources + + pom + + + ${format.skipExecute} + + + + validate-pom + validate + + check + + + ${format.skipValidate} + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + ${maven-antrun-plugin.version} + + + validate-kotlin + validate + + + + + + + + ${format.skipValidate} + + + run + + + + format-kotlin + process-sources + + + + + + + + + ${format.skipExecute} + + + run + + + + + + com.pinterest + ktlint + 0.39.0 + + + + + + + org.commonjava.maven.plugins + directory-maven-plugin + 0.3 + + + validate + directories + + highest-basedir + + + baseDirPath + + + + + + + + net.revelc.code.formatter + formatter-maven-plugin + 2.17.1 + + + format-java + + format + + process-sources + + LF + ${format.skipExecute} + ${project.basedir} + ${baseDirPath}/ONAP-Java-Code-Style.xml + + src/**/*.java + + + + + validate-java + + validate + + validate + + LF + ${format.skipValidate} + ${project.basedir} + ${baseDirPath}/ONAP-Java-Code-Style.xml + + src/**/*.java + + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-bom.version} + + + + + + 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.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 + + + org.commonjava.maven.plugins + directory-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.apache.maven.plugins + maven-failsafe-plugin + + + org.apache.maven.plugins + maven-compiler-plugin @@ -140,5 +359,48 @@ limitations under the License. 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 + + + + + + + + +