MVN

com.svenjacobs : sonatype-parent

Maven & Gradle

Aug 16, 2013

Parent POM of all my Sonatype hosted Maven artifacts containing common configuration

<dependency>
    <groupId>com.svenjacobs</groupId>
    <artifactId>sonatype-parent</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.svenjacobs : sonatype-parent to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of com.svenjacobs : sonatype-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1
sonatype-parent-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.svenjacobs</groupId>
    <artifactId>sonatype-parent</artifactId>
    <version>1</version>
</dependency>