This commit is contained in:
Jochen Stärk
2019-08-23 22:08:57 +02:00
parent df532486a4
commit cb391ac27e
4 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ Change to the project directory and run
* `mvn clean install` . 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`.This will also update the maven repo.
* 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.
![screenshot](development_documentation_screenshot_release.png "Screenshot Release")