MVN

com.github.akiraly.reusable-poms : pom-parent-with-defaults

Maven & Gradle

Dec 29, 2013

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.

<dependency>
    <groupId>com.github.akiraly.reusable-poms</groupId>
    <artifactId>pom-parent-with-defaults</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.akiraly.reusable-poms : pom-parent-with-defaults to add to Maven - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of com.github.akiraly.reusable-poms : pom-parent-with-defaults to add to Maven - All Versions:

Version Vulnerabilities Updated
4
pom-parent-with-defaults-4
3
pom-parent-with-defaults-3
2
pom-parent-with-defaults-2
1
pom-parent-with-defaults-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.akiraly.reusable-poms</groupId>
    <artifactId>pom-parent-with-defaults</artifactId>
    <version>4</version>
</dependency>