This commit is contained in:
jstaerk
2021-06-22 13:11:00 +02:00
parent 5ce6e27043
commit 8234c631ab
3 changed files with 6 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ Change to the project directory and run
* `mvn javadoc:javadoc`. If that works you can
* clean the release with `mvn release:clean` and prepare the release with
* `mvn release:prepare -DignoreSnapshots=true` and enter the version numbers.
* After that is through you can create a new release via `mvn release:perform -Dmaven.java.skip=True`.This will also update the maven repo.
* After that is through you can create a new release via `mvn release:perform`.This will also update the maven repo.
![screenshot](development_documentation_screenshot_release.png "Screenshot Release")