Update development_documentation.md

This commit is contained in:
Jochen Staerk
2022-07-07 13:04:11 +02:00
committed by GitHub
parent e460974e17
commit 431429a811

View File

@@ -56,6 +56,13 @@ The package can be build with
mvnw clean package
```
In case you also want to generate XSLT files from new schematron files for the validator please run the profile "generateXSLTFromSchematron"
(which takes around 20min on my machine)
```
mvnw clean package -P generateXSLTFromSchematron
```
## Test
`package -Dmaven.surefire.debug="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8001 -Xnoagent -Djava.compiler=NONE"`