This commit is contained in:
Jochen Stärk
2019-08-11 18:47:36 +02:00
parent 75151402ae
commit ff9d1544c5
4 changed files with 86 additions and 33 deletions

View File

@@ -11,9 +11,12 @@ mvn clean package
## 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
`package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8001 -Xnoagent -Djava.compiler=NONE"`
can be used as debug configuration goal in Eclipse. In that case you can set breakpoints in tests.
## Validate
[ZUV](https://github.com/ZUGFeRD/ZUV/) can be used to validate generated files.
## Deployment