Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

sebhoss/java-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Superseded by https://github.com/sebhoss/maven-build-process - only here for historical purposes!

Java Parent

Maven Central Build Status Open Hub statistics Gitter

Maven parent POM for Java-based projects. Defines several aspects of a build-process, such as

  • Outputs -sources.jar

  • Outputs -javadoc.jar

  • Compiler settings

  • OSGi infos

  • Findbugs settings

  • PMD settings

  • JaCoCo settings

  • Eclipse settings

  • Dependency analysis

  • Dependency version check

  • Duplicate check

  • Pitest mutation coverage

  • Project report generation

  • GitHub Pages deployment

Use it as follows:

<parent>
  <groupId>com.github.sebhoss</groupId>
  <artifactId>java-parent</artifactId>
  <version>${version.java-parent}</version>
</parent>

Replace ${version.java-parent} with the latest release.

About

Maven parent POM for Java-based projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published