From 85d8421e3c58fae2487ba4cab0fddeca27e46dfb Mon Sep 17 00:00:00 2001 From: Philip Jordan Date: Fri, 27 Sep 2019 19:50:41 +1200 Subject: Pom.xml tidied --- pom.xml | 137 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 123 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index fd3b581..d3a50bf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,9 @@ org.jogamp.java3d vecmath 1.7.0 + + Vector Maths Library + A Library supporting Vector Maths for the Java Platform @@ -25,7 +28,7 @@ philjord Philip Jordan - philjord@ihug.co.nz + p.j.nz@outlook.com https://github.com/philjord JogAmp http://jogamp.org/ @@ -42,6 +45,12 @@ JogAmp http://jogamp.org/ + + Curtis Rueden + http://loci.wisc.edu/people/curtis-rueden + UW-Madison LOCI + http://loci.wisc.edu/ + Kevin Rushforth https://www.linkedin.com/in/kevin-rushforth-8ba3b43 @@ -53,26 +62,36 @@ https://www.linkedin.com/in/chien-yang-0884122 Oracle Corporation http://oracle.com/ - - - Curtis Rueden - http://loci.wisc.edu/people/curtis-rueden - UW-Madison LOCI - http://loci.wisc.edu/ - + + + + scm:git:http://github.com/philjord/vecmath + + HEAD + https://github.com/philjord/vecmath + + UTF-8 UTF-8 + + + sonatype-oss-release + - + + install + + ${basedir}/src + maven-compiler-plugin - 3.1 + 3.8.0 1.5 1.5 @@ -91,15 +110,105 @@ maven-javadoc-plugin - 2.10.4 + 3.1.1 - ${project.basedir}/src/main/java - -Xdoclint:none + -Xdoclint:none http://docs.oracle.com/javase/8/docs/api/ - + + + + + + sonatype-oss-release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + sonatype-nexus-releases + https://oss.sonatype.org/ + true + 15 + 12 + + + + + true + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + true + + + + maven-release-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + -Xdoclint:none + + http://docs.oracle.com/javase/8/docs/api/ + + + + + attach-javadocs + + jar + + + + + + + + -- cgit v1.2.3