Skip to content

Commit

Permalink
RELEASE.md: add info about creating docs for installer
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Aug 16, 2023
1 parent 1060d22 commit e6c06bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/developer/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6c06bd

Please sign in to comment.