From 70db71c8cc1801a3208a480c74bbe4c5e7ef6c72 Mon Sep 17 00:00:00 2001 From: GideonLeGrange Date: Fri, 29 Aug 2014 09:13:58 +0200 Subject: [PATCH] POM changed for Central --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 503f768..8bb95a8 100644 --- a/pom.xml +++ b/pom.xml @@ -2,14 +2,14 @@ org.sonatype.oss oss-parent - 7 + 9 4.0.0 me.legrange mikrotik - 2.0.0-SNAPSHOT + 2.0.0 jar Mikrotik API Java Client Library @@ -59,7 +59,19 @@ - + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + org.apache.maven.plugins maven-javadoc-plugin @@ -67,6 +79,14 @@ example;*.impl + + + attach-javadocs + + jar + + + @@ -75,17 +95,27 @@ - 5CC0A81C + C27A8E67 sign-artifacts verify sign - + - + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.2 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + +