From fc64f69f01388bd921b563643dbb8068148babd4 Mon Sep 17 00:00:00 2001 From: Francois Steyn Date: Fri, 6 Jan 2017 15:45:23 +0200 Subject: [PATCH] Sonatype Mods for Maven Central Deployment --- pom.xml | 401 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 224 insertions(+), 177 deletions(-) diff --git a/pom.xml b/pom.xml index 9dba042..31607e1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,194 +1,241 @@ - 4.0.0 - net.jradius - jradius - pom - ${project.artifactId}-${project.version} - 1.1.6-SNAPSHOT - JRadius Client/Server Project - http://www.coova.org/JRadius + + org.sonatype.oss + oss-parent + 9 + + 4.0.0 + net.jradius + jradius + pom + ${project.artifactId}-${project.version} + 1.1.6-SNAPSHOT + JRadius Client/Server Project + http://www.coova.org/JRadius - - - david - David Bird - david@coova.com - - Developer - - GMT+1 - - + + + david + David Bird + david@coova.com + + Developer + + GMT+1 + + - - - GNU Lessor/Library Public License, Version 3.0 - http://www.gnu.org/licenses/lgpl-3.0.txt - + + + GNU Lessor/Library Public License, Version 3.0 + http://www.gnu.org/licenses/lgpl-3.0.txt + - - GNU Public License, Version 3.0 - http://www.gnu.org/licenses/gpl-3.0.txt - - + + GNU Public License, Version 3.0 + http://www.gnu.org/licenses/gpl-3.0.txt + + - - https://github.com/coova/jradius - scm:git:git://github.com/coova/jradius.git - scm:git:git@github.com:coova/jradius.git - + + https://github.com/coova/jradius + scm:git:git://github.com/coova/jradius.git + scm:git:git@github.com:coova/jradius.git + - - - ssh-repository - file:///tmp/mvn - - + + + ssh-repository + file:///tmp/mvn + + - - - junit - junit - 4.6 - test - - + + + junit + junit + 4.6 + test + + - - - - org.apache.maven.plugins - maven-release-plugin - 2.0-beta-9 - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - install - - - - - release-profile - - - performRelease - true - - - + - - maven-source-plugin - - - attach-sources - - jar - - - - true - - - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - true - - - maven-deploy-plugin - true - - true - - + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-9 + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + - - - + + install + + + + + release-profile + + + performRelease + true + + + + + + maven-source-plugin + + + attach-sources + + jar + + + + true + + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + true + + + maven-deploy-plugin + true + + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + + + + + + + jdk1.8 + + 1.8 + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + + + - - core - dictionary - dictionary-min - extended - extras - example - apps - client - - server - + + core + dictionary + dictionary-min + extended + extras + example + apps + client + + server + - - - central - Maven Repository Switchboard - http://repo1.maven.org/maven2 - - - ibiblio - ibiblio Repository Switchboard - http://mirrors.ibiblio.org/pub/mirrors/maven2 - - - jboss - JBoss Repository - http://repository.jboss.org/nexus/content/groups/public-jboss/ - - - java.net - java.net Repository - http://download.java.net/maven/2/ - - - opennms - openmms Repository - http://repo.opennms.org/maven2/ - - + + + central + Maven Repository Switchboard + http://repo1.maven.org/maven2 + + + ibiblio + ibiblio Repository Switchboard + http://mirrors.ibiblio.org/pub/mirrors/maven2 + + + jboss + JBoss Repository + http://repository.jboss.org/nexus/content/groups/public-jboss/ + + + java.net + java.net Repository + http://download.java.net/maven/2/ + + + opennms + openmms Repository + http://repo.opennms.org/maven2/ + + - - ${basedir}/../html/${project.artifactId}/ - - - org.apache.maven.plugins - maven-javadoc-plugin - - 128m - 1g - ${basedir}/../html/style.css - ${project.description} ${project.version}]]> - Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.]]> - - - - + + ${basedir}/../html/${project.artifactId}/ + + + org.apache.maven.plugins + maven-javadoc-plugin + + 128m + 1g + ${basedir}/../html/style.css + ${project.description} ${project.version}]]> + Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.]]> + + + +