From 303a3ec75ab7216a60d1cde4f5bf803c46a5a044 Mon Sep 17 00:00:00 2001 From: Matt DeFano Date: Sat, 21 Jan 2017 09:34:13 -0600 Subject: [PATCH] Updated POM for release to Maven Central --- pom.xml | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/pom.xml b/pom.xml index 8fb312db..92328115 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,33 @@ 4.0.0 + JMonet + A rudimentary toolkit for incorporating MacPaint-like tools into a Java Swing or JavaFX application. + + https://github.com/defano/jmonet + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + + + + + Matt DeFano + matt@defano.com + defano.com + https://github.com/defano + + + + + scm:git:git://github.com/defano/jmonet.git + scm:git:ssh://github.com:defano/jmonet.git + http://github.com/defano/jmonet/tree/master + + jar com.defano.jmonet jmonet @@ -27,6 +54,79 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + false + + + + + + +