From e6c06bdd6ad18171efe5c76b83b62c247832a156 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Wed, 16 Aug 2023 13:58:49 +0700 Subject: [PATCH] RELEASE.md: add info about creating docs for installer Signed-off-by: Alexander Kriegisch --- docs/developer/RELEASE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developer/RELEASE.md b/docs/developer/RELEASE.md index 3d0db25be..7feea0641 100644 --- a/docs/developer/RELEASE.md +++ b/docs/developer/RELEASE.md @@ -99,8 +99,9 @@ mvn versions:commit # try 'export GPG_TTY=$(tty)' before running the command. # - Maven Javadoc plugin # - Nexus Staging Maven plugin +# The 'create-docs profile will make sure to generate AspectJ docs to be included in the installer. # Optionally, use '-DskipTests=true', if you ran all tests before. -mvn -P release clean deploy +mvn -P release,create-docs clean deploy ``` If this command was successful, it means we have created a staging repository on Sonatype OSSRH, uploaded all artifacts -- 2.39.5