/jPopper

A parent for Java maven projects with all best practices enforced.

Primary LanguageJavaApache License 2.0Apache-2.0

jPopper

A template for Java maven projects.
Report Bug/Request Feature

Contributors Forks Stargazers Issues Apache License
Maven build - Ubuntu latest Maven build - Windows latest Maven build - MacOS latest

Table of Contents
  1. About The Project
  2. Roadmap
  3. Contributing
  4. License

About The Project

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.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project.
  2. Create your branch. (git checkout -b contribution/AmazingContribution)
  3. Commit your changes. (git commit -m 'Add some AmazingContribution')
  4. Push to the branch. (git push origin contribution/AmazingContribution)
  5. Open a Pull Request.

License

Distributed under the Apache License. See LICENSE for more information.