From 94daefd148b88c30d32258b13169733a4a816620 Mon Sep 17 00:00:00 2001
From: Philip Jordan
Date: Fri, 27 Sep 2019 19:46:09 +1200
Subject: Pom.xml tidied up
---
pom.xml | 147 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 130 insertions(+), 17 deletions(-)
(limited to 'pom.xml')
diff --git a/pom.xml b/pom.xml
index 55228dc..2ce26ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.jogamp.java3d
- j3dutils
+ java3d-utils
1.7.0
Java 3D Utils
@@ -27,7 +27,7 @@
philjord
Philip Jordan
- philjord@ihug.co.nz
+ p.j.nz@outlook.com
https://github.com/philjord
JogAmp
http://jogamp.org/
@@ -44,6 +44,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
@@ -56,12 +62,6 @@
Oracle Corporation
http://oracle.com/
-
- Curtis Rueden
- http://loci.wisc.edu/people/curtis-rueden
- UW-Madison LOCI
- http://loci.wisc.edu/
-
Ken Mc Neill
@@ -72,6 +72,13 @@
Emmanuel Puybaret
+
+
+ scm:git:http://github.com/philjord/java3d-utils
+
+ HEAD
+ https://github.com/philjord/java3d-utils
+
2.3.2
@@ -79,12 +86,15 @@
UTF-8
UTF-8
+
+
+ sonatype-oss-release
${project.groupId}
- j3dcore
+ java3d-core
${project.version}
@@ -95,13 +105,27 @@
+
+ install
+
+ ${basedir}/src/main/java
+
+
+ ${project.basedir}/src/main/resources
+
+ **/*.java
+ **/package.html
+
+
+
+
maven-compiler-plugin
- 3.1
+ 3.8.0
-
- 1.7
+
+ 1.6
@@ -117,16 +141,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