From fcfa6caa85246e4444c5c693aa607481781c214d Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:23:16 -0400 Subject: [PATCH] Updating run antora command to activate docs profile --- .../src/main/java/releaser/internal/ReleaserProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaser-core/src/main/java/releaser/internal/ReleaserProperties.java b/releaser-core/src/main/java/releaser/internal/ReleaserProperties.java index ddea821f..f3898168 100644 --- a/releaser-core/src/main/java/releaser/internal/ReleaserProperties.java +++ b/releaser-core/src/main/java/releaser/internal/ReleaserProperties.java @@ -1116,7 +1116,7 @@ public class ReleaserProperties implements Serializable { /** * Command to be executed to run Antora. */ - private String runAntoraCommand = "./mvnw antora {{systemProps}}"; + private String runAntoraCommand = "./mvnw antora -Pdocs {{systemProps}}"; /** * Additional system properties that should be passed to the build / deploy