Some defaults for Maven builds including checks for Java code (currently Checkstyle and FindBugs)
'de.greenrobot:parent-pom-with-checks:2.0.0'
<dependency>
<groupId>de.greenrobot</groupId>
<artifactId>parent-pom-with-checks</artifactId>
<version>2.0.0</version>
</dependency>
<dependency org="de.greenrobot" name="parent-pom-with-checks" rev="2.0.0"/>
"de.greenrobot", "parent-pom-with-checks", "2.0.0"