X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=pom.xml;h=c9286a781b3fa7dfd7451dc26601c510bbccbe64;hb=227d681233474b7ef48dcaa67013718c4d869ca3;hp=2118e8973832109e8f25fa7da23df8bec64f02c8;hpb=dd1072a41c6305a999b2d520f40a878061a0112f;p=fanfix.git diff --git a/pom.xml b/pom.xml index 2118e89..c9286a7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,13 +2,13 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - com.github.klamonte + com.gitlab.klamonte jexer jar Jexer Java Text User Interface library that resembles Turbo Vision - 0.0.6 - https://github.com/klamonte/jexer + 0.3.0-SNAPSHOT + https://gitlab.com/klamonte/jexer @@ -24,17 +24,28 @@ - scm:git:https://github.com/klamonte/jexer.git - scm:git:https://github.com/klamonte/jexer.git - https://github.com/klamonte/jexer + scm:git:https://gitlab.com/klamonte/jexer.git + scm:git:https://gitlab.com/klamonte/jexer.git + https://gitlab.com/klamonte/jexer HEAD - github - https://github.com/klamonte/jexer/issues + gitlab + 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