diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml index b6c19da..0a3816e 100644 --- a/plugin-sample/pom.xml +++ b/plugin-sample/pom.xml @@ -10,9 +10,36 @@ kemitix-checkstyle-ruleset-plugin-sample 2.1.0-SNAPSHOT + plugin-sample + Sample usage of the Kemitix Checkstyle Ruleset Plugin + https://github.com/kemitix/kemitix-checkstyle-ruleset + + + The MIT License (MIT) + https://opensource.org/licenses/MIT + + + + scm:git:git@github.com:kemitix/kemitix-checkstyle-ruleset.git + scm:git:git@github.com:kemitix/kemitix-checkstyle-ruleset.git + git@github.com:kemitix/kemitix-checkstyle-ruleset.git + + + + Paul Campbell + pcampbell@kemitix.net + Kemitix + https://github.com/kemitix/ + + + UTF-8 UTF-8 + 2.10.4 + 3.0.1 + 1.6 + 2.8.2 @@ -30,6 +57,60 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + verify + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + ${gpg.passphrase} + + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + diff --git a/plugin/pom.xml b/plugin/pom.xml index 880a333..fc199ab 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -23,6 +23,10 @@ 3.6.0 3.5 3.5 + 2.10.4 + 3.0.1 + 1.6 + 2.8.2 2.2.0 1.16.12 1.0.0 @@ -92,6 +96,60 @@ 1.8 + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + verify + + jar + + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + ${gpg.passphrase} + + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + diff --git a/pom.xml b/pom.xml index 6671efc..d4d4b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ UTF-8 UTF-8 + 1.6 @@ -58,4 +59,39 @@ https://github.com/kemitix/ + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + ${gpg.passphrase} + + + + sign-artifacts + verify + + sign + + + + + + + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + +