From f64602352942e819408791daf4a378dd4b37a67d Mon Sep 17 00:00:00 2001 From: Miguel Reboiro Jato Date: Thu, 31 Oct 2024 19:16:21 +0100 Subject: [PATCH] Disables Javadoc generation when running the application This speeds up the execution. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 5bc59e1..0f7cbce 100644 --- a/pom.xml +++ b/pom.xml @@ -665,6 +665,16 @@ true + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + none + + + org.apache.maven.plugins maven-dependency-plugin -- 2.18.1