From 0bab35134063dc52a118c21af609a151edbdee95 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 19 Feb 2016 09:36:33 -0500 Subject: [PATCH] Only build index and javadoc reports There was concern that generating all the reports causes builds to take significantly longer. Disable all reports except for the index page and javadoc for now. We can add reports one at a time later if we need them and decide if they add significantly to build times. I took some benchmarks on my machine. odlparent build times without this patch: Total time: 01:54 min odlparent build times with this patch: Total time: 56.617 s Change-Id: Ida5e4e8e0846526134ec5ad8c385f46c649776ff Signed-off-by: Thanh Ha --- odlparent-lite/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 7051456f7..4f8fdca47 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -184,6 +184,13 @@ false + + + + index + + + maven-javadoc-plugin -- 2.36.6