From 227d681233474b7ef48dcaa67013718c4d869ca3 Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Thu, 21 Feb 2019 19:53:52 -0600 Subject: [PATCH] maven release test --- build.xml | 2 + pom.xml | 121 ++++++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 96 insertions(+), 27 deletions(-) diff --git a/build.xml b/build.xml index 62af93a..b4669e3 100644 --- a/build.xml +++ b/build.xml @@ -49,6 +49,8 @@ includeantruntime="false" debug="on" debuglevel="lines,vars,source" + target="1.6" + source="1.6" /> diff --git a/pom.xml b/pom.xml index 283aaff..c9286a7 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ jar Jexer Java Text User Interface library that resembles Turbo Vision - 0.3.0 + 0.3.0-SNAPSHOT https://gitlab.com/klamonte/jexer @@ -35,6 +35,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 +63,9 @@ + + org.apache.maven.plugins maven-compiler-plugin @@ -62,6 +75,7 @@ 1.6 + org.apache.maven.plugins maven-jar-plugin @@ -80,47 +94,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 -- 2.27.0