From cbdbbe6a8c76d75f927a631568d0f292ba9e51e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Wolski?= Date: Sun, 9 Jan 2022 21:19:32 +0100 Subject: [PATCH] move maven-javadoc-plugin and maven-source-plugin to release profile They are usually not needed for local development. --- pom.xml | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 0ed0287e..bcc6fa28 100644 --- a/pom.xml +++ b/pom.xml @@ -292,25 +292,18 @@ flatten-maven-plugin - - org.apache.maven.plugins - maven-javadoc-plugin - - - - org.apache.maven.plugins - maven-source-plugin - - + + release false +