codingstyle-pom
edu.hm.hafner
edu.hm.hafner:codingstyle-pom is a Maven Central artifact (jar) for the JVM. It has 169 published versions. Browse versions below for dependency snippets and security details.
Add to your project6.8.0
<dependency>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>6.8.0</version>
</dependency>Version Details — 6.8.0
Each Java project should follow a given coding style. I.e., all contributions to the source code should use the same formatting rules, design principles, code patterns, idioms, etc. I published such a coding style in my GitHub project codingstyle (https://github.com/uhafner/codingstyle) — I am using this coding style in my lectures about software development at Munich University of Applied Sciences and in all of my open source projects. If you want to use this coding style as well, you can use this Maven POM as the parent of your own POM. Then you get the configuration several static analysis and testing tools for free.