Merge pull request #307 from ryanjbaxter/publish-antora-docs

Updating run antora command to activate docs profile
This commit is contained in:
Ryan Baxter
2024-06-19 13:27:23 -04:00
committed by GitHub

View File

@@ -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