X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=pom.xml;h=17ca174b5196eb1f0621ac2f68fbb92f02e97c1e;hb=686d4da2d2ecc203d5f8b524225a4327777825be;hp=524c4aa53a04eb8c89a38179133e5d8dac85a8eb;hpb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;p=nikiroo-utils.git diff --git a/pom.xml b/pom.xml index 524c4aa..17ca174 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,11 @@ - + 4.0.0 com.gitlab.klamonte jexer jar Jexer Java Text User Interface library that resembles Turbo Vision - 0.0.6 + 1.0.0-SNAPSHOT https://gitlab.com/klamonte/jexer @@ -35,6 +33,17 @@ https://gitlab.com/klamonte/jexer/issues + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + ${project.basedir}/src @@ -52,7 +61,9 @@ + + org.apache.maven.plugins maven-compiler-plugin @@ -62,6 +73,7 @@ 1.6 + org.apache.maven.plugins maven-jar-plugin @@ -80,47 +92,100 @@ + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + verify + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + forked-path + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - - release + release-sign-artifacts + + + performRelease + true + + + + + org.apache.maven.plugins