From 3002b5ac42c75d93cb91f42ac9d1c265f158cb01 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Sat, 24 Sep 2022 12:54:52 +0200 Subject: [PATCH] javadoc config + copying index.html file as well. --- Jenkinsfile | 3 ++- pom.xml | 4 ++++ src/site/index.html | 12 ++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/site/index.html diff --git a/Jenkinsfile b/Jenkinsfile index 5970e433..c9299ce7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,8 @@ pipeline { mvn javadoc:aggregate rsync -a --delete target/site/apidocs/ /data/www/http.wamblee.org/apidocs/ - + + cp src/site/index.html /data/www/http.utils.wamblee.org/ ''' } diff --git a/pom.xml b/pom.xml index abbb431b..44a1386d 100644 --- a/pom.xml +++ b/pom.xml @@ -451,6 +451,10 @@ org.apache.maven.plugins maven-javadoc-plugin 3.4.1 + + false + false + org.codehaus.mojo diff --git a/src/site/index.html b/src/site/index.html new file mode 100644 index 00000000..57d5d5b6 --- /dev/null +++ b/src/site/index.html @@ -0,0 +1,12 @@ + + + + + + utils.wamblee.org + + + + + -- 2.31.1