From 06ebecee6d33c366852eb95e3dba12c1709c6667 Mon Sep 17 00:00:00 2001 From: mbaudier Date: Fri, 13 Jul 2018 09:42:26 +0200 Subject: [PATCH] Improve Javadoc generation --- pom.xml | 129 ++++++++++++++++---------------------------------------- 1 file changed, 37 insertions(+), 92 deletions(-) diff --git a/pom.xml b/pom.xml index e3dbc0bd6..a4ed4009a 100644 --- a/pom.xml +++ b/pom.xml @@ -218,6 +218,10 @@ limitations under the License. maven-dependency-plugin 2.9 + + maven-site-plugin + 3.7 + maven-release-plugin 2.5.1 @@ -238,7 +242,7 @@ limitations under the License. ${project.artifactId} JavaSE-1.8 <_removeheaders>Bnd-LastModified,Build-Jdk,Built-By,Tool,Created-By - + ${project.artifactId} ${project.groupId} @@ -257,14 +261,12 @@ limitations under the License. org.codehaus.mojo rpm-maven-plugin 2.1.4 - true ${project.version} argeo${argeo.rpm.release} Applications/System /usr - 755 644 false @@ -281,36 +283,6 @@ limitations under the License. maven-argeo-osgi-plugin 1.1.6 - - - maven-javadoc-plugin - 3.0.0 - - - - - - - - - - - - - - - - - - - - - - - - maven-site-plugin - 3.7 - @@ -389,27 +361,8 @@ limitations under the License. warn - - - - - - - - - - - - central - http://repo1.maven.org/maven2 - - true - daily - warn - - argeo-maven-plugins http://repo.argeo.org/data/java/argeo-2.1 @@ -434,7 +387,6 @@ limitations under the License. - org.apache.maven.plugins maven-project-info-reports-plugin 2.9 @@ -457,19 +409,13 @@ limitations under the License. *.internal.*,org.eclipse.* 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 - + https://osgi.org/javadoc/r5/core + https://osgi.org/javadoc/r5/enterprise + https://docs.adobe.com/docs/en/spec/javax.jcr/javadocs/jcr-2.0 + http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api 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 @@ -482,8 +428,7 @@ limitations under the License. javadoc - - + @@ -500,39 +445,13 @@ limitations under the License. jxr - - + - - localrepo - - - argeo - http://localhost:7080/data/java/argeo-2.1 - - true - daily - warn - - - - - - staging - dav:http://localhost:7080/data/java/argeo-${developmentCycle.argeo-commons} - false - - - staging - dav:http://localhost:7080/data/docs/argeo-${developmentCycle.argeo-commons} - - - rpmbuild @@ -589,5 +508,31 @@ limitations under the License. + + localrepo + + + argeo + http://localhost:7080/data/java/argeo-2.1 + + true + daily + warn + + + + + + staging + dav:http://localhost:7080/data/java/argeo-${developmentCycle.argeo-commons} + false + + + staging + + file:///home/mbaudier/tmp/site + + + -- 2.30.2