PureJ parent POM

The maven parent POM for com.purej projects

License

License

GroupId

GroupId

com.purej
ArtifactId

ArtifactId

purej-parent
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

pom
Description

Description

PureJ parent POM
The maven parent POM for com.purej projects
Project URL

Project URL

http://www.adopus.com/purej
Project Organization

Project Organization

Stefan Mueller, adopus consulting gmbh
Source Code Management

Source Code Management

http://github.com/purej/purej-parent

Download purej-parent

Filename Size
purej-parent-1.5.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.purej/purej-parent/ -->
<dependency>
    <groupId>com.purej</groupId>
    <artifactId>purej-parent</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.purej/purej-parent/
implementation 'com.purej:purej-parent:1.5'
// https://jarcasting.com/artifacts/com.purej/purej-parent/
implementation ("com.purej:purej-parent:1.5")
'com.purej:purej-parent:pom:1.5'
<dependency org="com.purej" name="purej-parent" rev="1.5">
  <artifact name="purej-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.purej', module='purej-parent', version='1.5')
)
libraryDependencies += "com.purej" % "purej-parent" % "1.5"
[com.purej/purej-parent "1.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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)

Versions

Version
1.5
1.4
1.3
1.2