From 0cfde40dbd4795608bce8a3c8a9014860d4c6c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20Sta=CC=88rk?= Date: Sun, 11 Aug 2019 11:53:12 +0200 Subject: [PATCH] corrected headlines --- doc/development_documentation.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/development_documentation.md b/doc/development_documentation.md index b46f7fe2..5d8dc9e6 100644 --- a/doc/development_documentation.md +++ b/doc/development_documentation.md @@ -1,20 +1,22 @@ -##New build +## New build Target platform is java 1.7 -##Build + +## Build Toecount is now part of the package which can be build with ``` mvn clean package ``` -##Test +## Test `package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 -Xnoagent -Djava.compiler=NONE"` can be used as debug configuration goal in eclipse -##Deployment +## Deployment + A section in Maven's settings.xml is needed, in Linux (and MacOS) that's at ~/.m2/settings.xml As „servers“, enter the following @@ -59,7 +61,7 @@ Sign in in GitHub and click on the profile picture -> Settings. Now just generat The Token-ID is the password. -##Release +## Release You will need a git client on the console, if that's available can e.g. be checked with "git --version" . Change to the root of the repo. @@ -76,7 +78,8 @@ Change to the project directory and run Afterwards you can access the release page and update the documentation, e.g. upload the jar, the jar javadoc and ZugferdDev. You can also enter a changelog and a better title. -##Release process +## Release process + * Update documentation * write/translate announcement * release via/for mvn