javadoc config + copying index.html file as well.
[utils] / Jenkinsfile
index 5970e43388897da4a372783f67106d4cd108fdc7..c9299ce7790d38496adc7f6aac0276262c972c70 100644 (file)
@@ -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/
 
         '''
       }