Table of Contents
This project is to serve as a parent maven project to enforce the following good practices and provide commonly used functionality:
- Checkstyle enforcement as per the Google java styling guide.
- PMD static code analysis to enforce good practices.
- Java code coverage check enforcement.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project.
- Create your branch. (
git checkout -b contribution/AmazingContribution
) - Commit your changes. (
git commit -m 'Add some AmazingContribution'
) - Push to the branch. (
git push origin contribution/AmazingContribution
) - Open a Pull Request.
Distributed under the Apache License. See LICENSE
for more information.