Simple Starter Build Tools
This project will contain all resources required for build (e.g. checkstyle xml).
This project needs to be extracted to a folder (buildtools) within the build folder of your project. This is currently done by the starter parent projects' pom (e.g. simple-starter-parent-java).
Usage and setup (Local machine)
- Clone simple-starter-build-tools:
git clone https://github.com/heartin/simple-starter-build-tools.git - Run './mvnw clean install' or 'mvn clean install'
References
This project was created using the idea outlined at: http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html