From: Alexander Kriegisch Date: Wed, 16 Aug 2023 06:58:49 +0000 (+0700) Subject: RELEASE.md: add info about creating docs for installer X-Git-Tag: V1_9_20_1~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6c06bdd6ad18171efe5c76b83b62c247832a156;p=aspectj.git RELEASE.md: add info about creating docs for installer Signed-off-by: Alexander Kriegisch --- 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