diff --git a/ballcat-dependencies/pom.xml b/ballcat-dependencies/pom.xml index b969b246..b083cedd 100644 --- a/ballcat-dependencies/pom.xml +++ b/ballcat-dependencies/pom.xml @@ -2,12 +2,7 @@ 4.0.0 - - org.ballcat - ballcat - ${revision} - ../pom.xml - + org.ballcat ballcat-dependencies ${revision} pom @@ -16,6 +11,7 @@ Ballcat Dependencies + 2.0.0-SNAPSHOT 1.5.0 3.11.0 diff --git a/ballcat-parent/pom.xml b/ballcat-parent/pom.xml index 9405c17f..85d446b8 100644 --- a/ballcat-parent/pom.xml +++ b/ballcat-parent/pom.xml @@ -230,31 +230,10 @@ - - - com.rudikershaw.gitbuildhook - git-build-hook-maven-plugin - false - - - - .etc/git-hooks/ - - - - - - - configure - - - - org.apache.maven.plugins maven-checkstyle-plugin - true checkstyle-validation diff --git a/pom.xml b/pom.xml index 99968340..c95f4c82 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,14 @@ - org.ballcat + + org.ballcat + ballcat-parent + ${revision} + ./ballcat-parent/pom.xml + 4.0.0 ballcat - ${revision} pom ballcat https://github.com/ballcat-projects/ballcat @@ -90,7 +94,6 @@ - 2.0.0-SNAPSHOT 1.8 ${java.version} @@ -110,6 +113,218 @@ + + + + ossrh + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -J-Dfile.encoding=UTF-8 + none + + + date + + + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-release-plugin + + true + deploy + release + false + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + 20 + + + + + + + dev + + dev + + + + true + + + + test + + test + + + + prod + + prod + + + + + + + + io.spring.javaformat + spring-javaformat-maven-plugin + + + + validate + + true + validate + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.springframework.boot + spring-boot-configuration-processor + ${spring-boot.version} + + + ${project.build.sourceEncoding} + ${maven.compiler.source} + ${maven.compiler.target} + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Dfile.encoding=UTF-8 + + + + org.codehaus.mojo + flatten-maven-plugin + + resolveCiFriendliesOnly + true + + + + + flatten + + flatten + process-resources + + + + clean + + flatten.clean + clean + + + + + + com.rudikershaw.gitbuildhook + git-build-hook-maven-plugin + false + + + + .etc/git-hooks/ + + + + + + + configure + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + + checkstyle-validation + validate + + src/checkstyle/checkstyle.xml + src/checkstyle/checkstyle-suppressions.xml + true + true + true + + + check + + + + + + + hccake