diff --git a/pom.xml b/pom.xml index 9695f90f231..0afbfd4ca82 100644 --- a/pom.xml +++ b/pom.xml @@ -364,11 +364,11 @@ 0.0.47 1.0.0-alpha.5 0.0.4 - 3.5.0 + 3.6.0 true true 9.3 - 0.0.43 + 0.0.47 3.2.8 2.44.0 @@ -394,51 +394,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - - - com.puppycrawl.tools - checkstyle - ${puppycrawl-tools-checkstyle.version} - - - io.spring.javaformat - spring-javaformat-checkstyle - ${spring-javaformat-checkstyle.version} - - - - - checkstyle-validation - validate - true - - ${disable.checks} - src/checkstyle/checkstyle.xml - src/checkstyle/checkstyle-header.txt - true - - checkstyle.build.directory=${project.build.directory} - checkstyle.suppressions.file=${project.basedir}/src/checkstyle/checkstyle-suppressions.xml - checkstyle.additional.suppressions.file=${project.basedir}/src/checkstyle/checkstyle-suppressions.xml - checkstyle.header.file=${project.basedir}/src/checkstyle/checkstyle-header.txt - - true - ${maven-checkstyle-plugin.failsOnError} - - - ${maven-checkstyle-plugin.failOnViolation} - - - - check - - - - org.apache.maven.plugins maven-site-plugin @@ -548,13 +503,10 @@ ${maven-surefire-plugin.version} ${surefireArgLine} - false false - plain - false @@ -578,10 +530,10 @@ ${maven-source-plugin.version} - generate-sources + package-sources package - jar + jar-no-fork @@ -638,7 +590,7 @@ - generate-javadocs + package-javadocs package jar @@ -667,6 +619,7 @@ ${spring-javaformat-maven-plugin.version} + format-check validate true @@ -695,6 +648,7 @@ ${spring-javaformat-maven-plugin.version} + format-apply process-sources true @@ -708,6 +662,68 @@ + + + checkstyle-check + + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven-checkstyle-plugin.version} + + + com.puppycrawl.tools + checkstyle + ${puppycrawl-tools-checkstyle.version} + + + io.spring.javaformat + spring-javaformat-checkstyle + ${spring-javaformat-checkstyle.version} + + + + + checkstyle-validation + verify + true + + ${disable.checks} + src/checkstyle/checkstyle.xml + + src/checkstyle/checkstyle-header.txt + + true + + + checkstyle.build.directory=${project.build.directory} + checkstyle.suppressions.file=${project.basedir}/src/checkstyle/checkstyle-suppressions.xml + checkstyle.additional.suppressions.file=${project.basedir}/src/checkstyle/checkstyle-suppressions.xml + checkstyle.header.file=${project.basedir}/src/checkstyle/checkstyle-header.txt + + true + ${maven-checkstyle-plugin.failsOnError} + + + ${maven-checkstyle-plugin.failOnViolation} + + + + check + + + + + + + + license diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 53b3d6aa0d5..9d5cc1147b7 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -73,14 +73,6 @@ 1.5.0 - 0.0.43 - 3.11.0 - 3.3.0 - 3.1.2 - 3.5.2 - 3.5.0 - 4.0.0-M13 - 3.3.0 3.1.1 @@ -1261,106 +1253,6 @@ - - io.spring.javaformat - spring-javaformat-maven-plugin - ${spring-javaformat-maven-plugin.version} - - - validate - true - - validate - - - - - - org.apache.maven.plugins - maven-site-plugin - ${maven-site-plugin.version} - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - ${java.version} - - -parameters - - - - - - default-compile - none - - - - default-testCompile - none - - - java-compile - compile - - compile - - - - java-test-compile - test-compile - - testCompile - - - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven-surefire-plugin.version} - - ${surefireArgLine} - - false - false - - - plain - - - false - - - - org.apache.maven.plugins - maven-jar-plugin - ${maven-jar-plugin.version} - - - - ${project.artifactId} - ${project.version} - - - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - generate-sources - package - - jar - - - - org.codehaus.mojo flatten-maven-plugin @@ -1399,28 +1291,6 @@ maven-deploy-plugin ${maven-deploy-plugin.version} - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - ${project.basedir}/spring-ai-docs/src/main/javadoc/overview.html - false - false - none - - - - generate-javadocs - package - - jar - - - - - diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index d86043ec23b..5a374924648 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -45,10 +45,7 @@ - - - +