From d54ce7c996a0a709479353d97d3273a8d3436d88 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 12 Jun 2016 19:39:30 +0200 Subject: [PATCH] Added settings from sonatype-parent by hand --- pom.xml | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/pom.xml b/pom.xml index 84b68e9..ed54930 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,8 @@ UTF-8 + https://oss.sonatype.org/content/repositories/snapshots/ + @@ -132,17 +134,81 @@ + + + + false + + + true + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + + false + + central + Central Repository + http://repo.maven.apache.org/maven2 + + www.juplo.de scp://juplo.de/var/www/juplo/facebook-errors-${project.version} + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + maven-release-plugin + 2.1 + + forked-path + false + -Psonatype-oss-release + + + + + + maven-enforcer-plugin + 1.2 + + + enforce-maven + + enforce + + + + + (,2.1.0),(2.1.0,2.2.0),(2.2.0,) + Maven 2.1.0 and 2.2.0 produce incorrect GPG signatures and checksums respectively. + + + + + + org.apache.maven.plugins maven-compiler-plugin -- 2.20.1