Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 321 Bytes

File metadata and controls

13 lines (8 loc) · 321 Bytes

maven-java-template

A template for java maven app

This is a maven java application template with all good standards such as

  1. Static analysis using PMD, checkstyle, and spot bugs
  2. Unit testing
  3. Code Coverage
  4. Acceptance/Behaviour testing

Which could be used as a starting point for any new java projects