diff --git a/doc/development_documentation.md b/doc/development_documentation.md index 6fe18f33..122e90ac 100644 --- a/doc/development_documentation.md +++ b/doc/development_documentation.md @@ -72,6 +72,14 @@ Sign in in GitHub and click on the profile picture -> Settings. Now just generat ![screenshot](development_documentation_screenshot_github_settings.png "Screenshot Github Settings") The Token-ID is the password. +## Integrate before release + +If you added functionality which you need to test in another project before a new version of Mustang is released you can +install the jar you just generated in your target branch in your local maven cache so it gets picked *instead* of the +maybe not yet even existing new release version: + +`mvn install:install-file -Dfile=mustang-1.7.6-SNAPSHOT.jar -DgroupId=org.mustangproject.ZUGFeRD -DartifactId=mustang -Dversion=1.7.6 -Dpackaging=jar -DgeneratePom=true` + ## Release @@ -104,4 +112,4 @@ Afterwards you can access the release page and update the documentation, e.g. up * put announcement on usegroup * email the mailing list * freshcode.club - \ No newline at end of file +