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