Skip to content
Snippets Groups Projects
Commit 4e65157d authored by Reiner Jung's avatar Reiner Jung
Browse files

Fixed readme

parent ae3c0b5e
Branches master
No related tags found
No related merge requests found
...@@ -8,15 +8,14 @@ ...@@ -8,15 +8,14 @@
### Build ### Build
```mvn -Dworkspace=`pwd` compile``` ```mvn -Dworkspace=`pwd` compile```
### Checkstyle and Reports ### Checkstyle, PMD and other Reports
Should be Should work with
```mvn -Dworkspace=`pwd` checkstyle:checkstyle pmd:pmd site``` ```mvn -Dworkspace=`pwd` checkstyle:checkstyle pmd:pmd site```
but this fails with missing dependencies. but this fails with missing dependencies.
However, Thus, use:
```mvn -Dworkspace=`pwd` compile checkstyle:checkstyle pmd:pmd site``` ```mvn -Dworkspace=`pwd` compile checkstyle:checkstyle pmd:pmd site```
does not.
## Ready to use artifacts ## Ready to use artifacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment