diff --git a/pom.xml b/pom.xml index d35e954..b523541 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,7 @@ 2.8.2 3.0.0 + 1.23.0 0.8.8 @@ -220,6 +221,40 @@ maven-deploy-plugin ${maven-deploy-plugin.version} + + org.jreleaser + jreleaser-maven-plugin + ${jreleaser-maven-plugin.version} + + + + ALWAYS + true + + + + + + RELEASE + https://central.sonatype.com/api/v1/publisher + target/staging-deploy + + + + + SNAPSHOT + https://ossrh-staging-api.central.sonatype.com/service/local + https://central.sonatype.com/repository/maven-snapshots + true + true + target/staging-deploy + + + + + + + @@ -589,6 +624,10 @@ + + org.jreleaser + jreleaser-maven-plugin + @@ -716,6 +755,50 @@ + + publication + + local::default::file:./target/staging-deploy + + + deploy + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + true + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + true + + + + + + + +