From 2406dd85faaee777b63866590f27bf6da50a492a Mon Sep 17 00:00:00 2001 From: Gian Miguel Del Mundo Date: Tue, 28 Feb 2023 16:33:30 +0800 Subject: [PATCH] Added checkstyle dependency --- pom.xml | 111 +++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 70 insertions(+), 41 deletions(-) diff --git a/pom.xml b/pom.xml index 29c138d6..c43ad76b 100644 --- a/pom.xml +++ b/pom.xml @@ -14,12 +14,12 @@ jar - - The Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + - + UID2 team @@ -29,16 +29,16 @@ - scm:get:ssh://github.com:IABTechLab/uid2-shared.git - scm:get:ssh://github.com:IABTechLab/uid2-shared.git - https://github.com/IABTechLab/uid2-shared + scm:get:ssh://github.com:IABTechLab/uid2-shared.git + scm:get:ssh://github.com:IABTechLab/uid2-shared.git + https://github.com/IABTechLab/uid2-shared - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + @@ -49,6 +49,7 @@ 1.1.0 ${project.version} + com.uid2 @@ -154,6 +155,12 @@ jackson-databind 2.10.5.1 + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.2.1 + maven-plugin + io.vertx vertx-junit5 @@ -193,8 +200,8 @@ maven-compiler-plugin 3.8.0 - 1.8 - 1.8 + 11 + 11 @@ -242,33 +249,38 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - 3.3.2 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 3.0.1 - - - sign-artifacts - verify - - sign - - - - + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.2 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + org.jacoco jacoco-maven-plugin @@ -283,4 +295,21 @@ + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.2.1 + + + + checkstyle + + + + + +