Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 778 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 778 Bytes

purej-parent

The Maven parent POM for com.purej projects. This POM specifies the versions of commonly used Maven plugins and applies the following non-standard configurations:

  • compiler-plugin: configurable JDK version, show warnings
  • jar/war: add implementation manifest entries automatically
  • jar: add automatic-module-name for java 11 / jigsaw support

The following plugins are automatically executed:

  • source-plugin: to produce a -sources.jar
  • javadoc-plugin: to produce a -javadoc.jar
  • enforcer-plugin: to prevent conflicting transitive dependencies
  • gpg-plugin: to automatically sign generated artefacts (required by Maven Central)