A template for java maven app
This is a maven java application template with all good standards such as
- Static analysis using PMD, checkstyle, and spot bugs
- Unit testing
- Code Coverage
- Acceptance/Behaviour testing
Which could be used as a starting point for any new java projects