diff --git a/pom.xml b/pom.xml index 853b9b2..795f4c5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 dev.struchkov @@ -188,6 +189,11 @@ org.sonatype.plugins nexus-staging-maven-plugin + + ossrh + https://s01.oss.sonatype.org/ + true + org.apache.maven.plugins @@ -204,22 +210,106 @@ + + release-struchkov-nexus + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + struchkov-nexus + https://nexus.struchkov.dev/nexus/ + true + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + + + snapshot + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + struchkov-nexus + https://nexus.struchkov.dev/nexus/ + true + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + - - scm:git:https://github.com/uPagge/autoresponder.git - https://github.com/uPagge/autoresponder - scm:git:https://github.com/uPagge/autoresponder.git - HEAD - + + + struchkov-nexus-release + https://nexus.struchkov.dev/repository/maven-releases/ + + true + always + fail + + + false + + + + struchkov-nexus-snapshot + https://nexus.struchkov.dev/repository/maven-snapshots/ + + false + + + true + always + warn + + + + + struchkov-nexus-release + https://nexus.struchkov.dev/repository/maven-releases/ + - ossrh - https://oss.sonatype.org/content/repositories/snapshots + struchkov-nexus-snapshot + https://nexus.struchkov.dev/repository/maven-snapshots/ + + scm:git:https://git.struchkov.dev/Godfather-Bots/autoresponder.git + https://git.struchkov.dev/Godfather-Bots/autoresponder + scm:git:https://git.struchkov.dev/Godfather-Bots/autoresponder.git + HEAD + + uPagge