Skip to content

Commit

Permalink
Update development_documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk authored Jan 26, 2020
1 parent 7801136 commit 82d1d2d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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


0 comments on commit 82d1d2d

Please sign in to comment.