Last Version

Maven parent pom with maven default plugins preconfigured 4

This is a parent pom that contains version and configs for the most widely used maven plugins.

License

License

GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

pom-parent-with-defaults
Version

Version

4
Type

Type

pom
Description

Description

Maven parent pom with maven default plugins preconfigured
This is a parent pom that contains version and configs for the most widely used maven plugins.

Download pom-parent-with-defaults 4


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

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.