diff --git a/pom.xml b/pom.xml index 376ce40..c05f11d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,99 @@ 11 11 + Twister + A handy tool that converts Avro and Protobuf data to and from Java POJOs + http://twister.dev + + + MIT License + http://www.opensource.org/licenses/mit-license.php + repo + + + + + criccomini + Chris Riccomini + criccomini@apache.org + + + + scm:git:git://github.com/criccomini/twister + scm:git:ssh://github.com:criccomini/twister.git + http://github.com/criccomini/twister/tree/main + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + --pinentry-mode + loopback + + + + + + +