Provide common setup, from http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
'org.apache.commons:commons-weaver-build-tools:1.0'
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-build-tools</artifactId>
<version>1.0</version>
</dependency>
<dependency org="org.apache.commons" name="commons-weaver-build-tools" rev="1.0"/>
"org.apache.commons", "commons-weaver-build-tools", "1.0"