From bd1363660f6efe18cbcbc1bbe2d4f44cf14e42a3 Mon Sep 17 00:00:00 2001 From: Matthias Lindinger Date: Thu, 7 Apr 2022 14:08:58 +0200 Subject: [PATCH] Fix pom.xml for publishing --- pom.xml | 119 +++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 88 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 07db964..4d71338 100644 --- a/pom.xml +++ b/pom.xml @@ -8,26 +8,74 @@ pathfinder-parent pom 2.1.0-SNAPSHOT + pathfinder spring-boot-pathfinder Pathfinder + Resolve paths for identifier patterns. + https://github.com/dbmdz/pathfinder + + + MIT License + https://github.com/dbmdz/pathfinder/blob/main/LICENSE + repo + + + + + Marcus Bitzl + bitzl + + + Christoph Lorenz + clorenz + + + Matthias Lindinger + morpheus-87 + + + Ralf Eichinger + datazuul + + + Stefan Schweter + stefan-it + + + + GitHub Actions + https://github.com/dbmdz/pathfinder/actions + + + GitHub Issues + https://github.com/dbmdz/pathfinder/issues + + + https://github.com/dbmdz/pathfinder.git + git@github.com:dbmdz/pathfinder.git + https://github.com/dbmdz/pathfinder + pathfinder 11 11 UTF-8 + 3.22.0 - 1.0.5 5.8.2 - 3.3.2 - 3.0.0-M6 - 2.13 + + 2.18 + 1.0.5 0.8.8 3.0.1 + 3.3.2 + 3.2.1 + 3.0.0-M6 1.6.12 @@ -50,6 +98,18 @@ + + com.spotify.fmt + fmt-maven-plugin + ${version.fmt-maven-plugin} + + + + format + + + + io.github.phillipuniverse githook-maven-plugin @@ -62,8 +122,8 @@ - if ! mvn com.coveo:fmt-maven-plugin:check ; then - mvn com.coveo:fmt-maven-plugin:format + if ! mvn com.spotify.fmt:fmt-maven-plugin:check ; then + mvn com.spotify.fmt:fmt-maven-plugin:format echo -e "\e[31mCode has been reformatted to match code style\e[0m" echo -e "\e[31mPlease use git add … to add modified files\e[0m" echo "Your commit message was:" @@ -77,13 +137,30 @@ - com.coveo - fmt-maven-plugin - ${version.fmt-maven-plugin} + org.apache.maven.plugins + maven-javadoc-plugin + ${version.maven-javadoc-plugin} + attach-javadocs - format + jar + + + + + none + + + + org.apache.maven.plugins + maven-source-plugin + ${version.maven-source-plugin} + + + attach-sources + + jar-no-fork @@ -124,26 +201,6 @@ - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${version.maven-javadoc-plugin} - - - attach-javadocs - - jar - - - -Xdoclint:none - - - - - - @@ -170,7 +227,7 @@ - sign + deploy