From 8c3a436b673758a6b8d9ab3be71933f8f78c58d8 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Wed, 8 Mar 2017 17:13:51 +0100 Subject: [PATCH] adding deploy to central repository --- .gitignore | 1 + pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index e1330a4..7f456f3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ out/ .idea/ target/ .DS_Store +settings.xml diff --git a/pom.xml b/pom.xml index 8c5a749..bb2c7fd 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,17 @@ UTF-8 + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + junit @@ -64,6 +75,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + +