Last Version

Java build Parent POM 1

This module defines a standard parent POM to use for various Java applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs; specifically to hold the required pluginManagement so that versions of plugins are locked down.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.danhaywood.java
ArtifactId

ArtifactId

java-parent
Version

Version

1
Type

Type

pom
Description

Description

Java build Parent POM
This module defines a standard parent POM to use for various Java applications and modules. Its primary purpose is to make it easy to use a set up maven mixins (https://github.com/odavid/maven-plugins) within child POMs; specifically to hold the required pluginManagement so that versions of plugins are locked down.
Project URL

Project URL

https://github.com/danhaywood/java-parent

Download java-parent 1

Filename Size
java-parent-1.pom 20 KB
Browse

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

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.