From b7f79de7cbda0b6866ac6d6aea4c0bb47161d897 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 13 Apr 2024 17:07:42 +0200 Subject: [PATCH] [MPOM-486] Enable autoVersionSubmodules for maven-release-plugin --- docs/src/site/apt/index.apt.vm | 11 ++++++++--- pom.xml | 1 + 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm index 76dfb441..2bdc30d5 100644 --- a/docs/src/site/apt/index.apt.vm +++ b/docs/src/site/apt/index.apt.vm @@ -85,9 +85,14 @@ Apache Software Foundation Parent POM ** The resources plugin is set for $context.get("project.build.sourceEncoding"). ** The release plugin is set, via the - \ configuration element, to enable the - <> profile during <<>> execution and to disable - \. + + *** \ configuration element, to enable the<> profile during <<>> execution + + *** disable \ + + *** enable \ + + [] * <>: The plugins section configures three executions: diff --git a/pom.xml b/pom.xml index 2af0b6a3..ae6895df 100644 --- a/pom.xml +++ b/pom.xml @@ -294,6 +294,7 @@ under the License. maven-release-plugin ${version.maven-release-plugin} + true false deploy apache-release