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.2'
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-weaver-build-tools</artifactId>
<version>1.2</version>
</dependency>
<dependency org="org.apache.commons" name="commons-weaver-build-tools" rev="1.2"/>
"org.apache.commons", "commons-weaver-build-tools", "1.2"