From 221a9d5654f583fc253a2fbaf37f526d55b7699c Mon Sep 17 00:00:00 2001 From: Jochen Staerk Date: Sun, 11 Oct 2020 12:11:31 +0200 Subject: [PATCH] Update development_documentation.md --- doc/development_documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/development_documentation.md b/doc/development_documentation.md index 080af51f..07eaecfd 100644 --- a/doc/development_documentation.md +++ b/doc/development_documentation.md @@ -133,6 +133,7 @@ Change to the project directory and run * 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. + * Experimental: mvn deploy -Dregistry=https://maven.pkg.github.com/ZUGFeRD -Dtoken=GH_TOKEN ![screenshot](development_documentation_screenshot_release.png "Screenshot Release")