From 70427e16e3e9cf1de4c8aebd91d5da5a10e8dcc0 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Wed, 11 Jul 2018 21:07:44 +0200 Subject: [PATCH] Use repo.argeo.org. Improve build and javadoc generation. --- pom.xml | 142 ++++++++++++++------------------------------------------ 1 file changed, 36 insertions(+), 106 deletions(-) diff --git a/pom.xml b/pom.xml index 66c6f47c1..e3dbc0bd6 100644 --- a/pom.xml +++ b/pom.xml @@ -225,11 +225,6 @@ limitations under the License. true - - - - - org.apache.felix maven-bundle-plugin @@ -290,92 +285,31 @@ limitations under the License. maven-javadoc-plugin 3.0.0 - - UTF-8 - true - - - - http://docs.oracle.com/javase/8/docs/api - - http://www.osgi.org/javadoc/r5/core - http://www.osgi.org/javadoc/r5/enterprise - - http://docs.spring.io/spring/docs/3.2.x/javadoc-api - - http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0 - - http://help.eclipse.org/neon/topic/org.eclipse.platform.doc.isv/reference/api - - + + + + + + + + + + + + + + + + + + + + + maven-site-plugin 3.7 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -393,12 +327,6 @@ limitations under the License. - - - - - - maven-resources-plugin @@ -454,24 +382,23 @@ limitations under the License. argeo - http://forge.argeo.org/data/java/argeo-2.1/ + http://repo.argeo.org/data/java/argeo-2.1/ true daily warn - - - central - http://repo1.maven.org/maven2 - - false - - - false - - + + + + + + + + + + @@ -485,7 +412,7 @@ limitations under the License. argeo-maven-plugins - http://repo.argeo.org/data/public/java/argeo-maven-1.1 + http://repo.argeo.org/data/java/argeo-2.1 true daily @@ -525,6 +452,9 @@ limitations under the License. maven-javadoc-plugin 3.0.0 + false + -Xdoclint:none + *.internal.*,org.eclipse.* UTF-8 true -- 2.30.2