From 166983edf8a981b581b839464135aa0ceb3ea5fa Mon Sep 17 00:00:00 2001 From: Nicolas Rol Date: Wed, 20 Sep 2023 14:15:25 +0200 Subject: [PATCH 1/4] attach true Signed-off-by: Nicolas Rol --- powsybl-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powsybl-parent/pom.xml b/powsybl-parent/pom.xml index 8f58e11..db6bbc1 100644 --- a/powsybl-parent/pom.xml +++ b/powsybl-parent/pom.xml @@ -318,7 +318,7 @@ groovydoc-jar - false + true PROJECT_AND_PLUGIN ${groovydoc.classifier} ${groovydoc.groovyDocJavaSources} From f1d971b003a23479b9900bd6230bd37f9e5dfea0 Mon Sep 17 00:00:00 2001 From: Nicolas Rol Date: Wed, 20 Sep 2023 14:44:55 +0200 Subject: [PATCH 2/4] delete unused build-helper-maven-plugin configuration Signed-off-by: Nicolas Rol --- powsybl-parent/pom.xml | 23 ----------------------- powsybl-parent/powsybl-parent-ws/pom.xml | 8 -------- 2 files changed, 31 deletions(-) diff --git a/powsybl-parent/pom.xml b/powsybl-parent/pom.xml index db6bbc1..a12873b 100644 --- a/powsybl-parent/pom.xml +++ b/powsybl-parent/pom.xml @@ -333,29 +333,6 @@ - - org.codehaus.mojo - build-helper-maven-plugin - ${maven.buildhelper.version} - - - attach-artifact - package - - attach-artifact - - - - - target/${project.artifactId}-${project.version}-${groovydoc.classifier}.jar - javadoc - ${groovydoc.classifier} - - - - - - diff --git a/powsybl-parent/powsybl-parent-ws/pom.xml b/powsybl-parent/powsybl-parent-ws/pom.xml index 70ca289..69b4925 100644 --- a/powsybl-parent/powsybl-parent-ws/pom.xml +++ b/powsybl-parent/powsybl-parent-ws/pom.xml @@ -96,14 +96,6 @@ org.codehaus.mojo build-helper-maven-plugin - - - attach-artifact - none - bsh-property From aa069a2d1bda75a7d6105937f7705134309c6b2f Mon Sep 17 00:00:00 2001 From: HARPER Jon Date: Tue, 5 Dec 2023 14:08:47 +0100 Subject: [PATCH 3/4] use property instead of hardcoded true Signed-off-by: HARPER Jon --- powsybl-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powsybl-parent/pom.xml b/powsybl-parent/pom.xml index 4150e2e..32eba05 100644 --- a/powsybl-parent/pom.xml +++ b/powsybl-parent/pom.xml @@ -67,6 +67,7 @@ true --> + true groovydoc false @@ -318,7 +319,7 @@ groovydoc-jar - true + ${groovydoc.attach} PROJECT_AND_PLUGIN ${groovydoc.classifier} ${groovydoc.groovyDocJavaSources} From d7be6885ea9e6f645077c8edcab1da87a98f620d Mon Sep 17 00:00:00 2001 From: Olivier Perrin Date: Fri, 16 Feb 2024 11:38:23 +0100 Subject: [PATCH 4/4] Change default value to in order to keep the same behaviour (not attached by default) Signed-off-by: Olivier Perrin --- powsybl-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powsybl-parent/pom.xml b/powsybl-parent/pom.xml index 32eba05..c93b4af 100644 --- a/powsybl-parent/pom.xml +++ b/powsybl-parent/pom.xml @@ -62,12 +62,13 @@ by default don't override the javadocs. if you want to override the javadocs, set the following property in the project + true javadoc true true --> - true + false groovydoc false