X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=d916d1e5c8dee447958eafaac55ac96a52dcb4de;hb=b72d631ca318edcc48629c896e318b4da41a6dbd;hp=1c9e350d91e59ce5687f1c4bebfa8b9e91d3b7dc;hpb=8de37f9d3035b4a41e696b967f2222806c250925;p=ccsdk%2Fcds.git diff --git a/pom.xml b/pom.xml index 1c9e350d9..d916d1e5c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ limitations under the License. org.onap.ccsdk.parent spring-boot-starter-parent - 2.0.1 + 2.1.0-SNAPSHOT org.onap.ccsdk.cds cds-aggregator - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom Aggregator @@ -65,14 +65,20 @@ limitations under the License. 11 3.0.0-M5 3.0.0-M5 + + + true + false + ${maven.build.timestamp} + yyyyMMdd'T'HHmmss'Z' + + ${project.version} - - org.apache.maven.plugins maven-antrun-plugin - 1.7 + ${maven-antrun-plugin.version} validate-kotlin @@ -115,6 +120,7 @@ limitations under the License. + ${format.skipValidate} @@ -124,7 +130,6 @@ limitations under the License. - format-kotlin process-sources @@ -132,6 +137,7 @@ limitations under the License. + ${format.skipExecute} @@ -145,10 +151,78 @@ limitations under the License. com.pinterest ktlint - 0.35.0 + 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.12.0 + + + 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 @@ -208,10 +282,22 @@ limitations under the License. jacoco-maven-plugin ${jacoco.version} + + org.codehaus.mojo + tidy-maven-plugin + 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