This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit 1d9625279ec4785ca530cff348d5996a027bf410 Author: Dan Haywood <[email protected]> AuthorDate: Sat Oct 1 18:05:22 2022 +0100 ISIS-2965: fix for release docs --- antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc index 56de37685e..3fb290b739 100644 --- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc +++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc @@ -165,7 +165,7 @@ The workaround is to rebuild the `core/config` Maven module using `mvn` command + [source,bash,subs="attributes+"] ---- -mvn clean install -pl core/config +mvn clean install -pl core/config -DskipTests ---- * It's also necessary to make sure the tooling is built:
