Skip to content

Commit

Permalink
Update development_documentation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Jul 7, 2022
1 parent e460974 commit 431429a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/development_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 431429a

Please sign in to comment.