MVN

ch.sourcepond.maven.plugins : maven-plugin

Maven & Gradle

Mar 27, 2017

Base-POM for Maven Plugins · Base project object model for all Maven-plugin projects published by SourcePond.

<dependency>
    <groupId>ch.sourcepond.maven.plugins</groupId>
    <artifactId>maven-plugin</artifactId>
    <version>0.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.sourcepond.maven.plugins : maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.7

All Versions

Choose a version of ch.sourcepond.maven.plugins : maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
maven-plugin-0.7.7
maven-plugin-0.7.6
maven-plugin-0.7.5
maven-plugin-0.7.4
maven-plugin-0.7.3
maven-plugin-0.7.1
maven-plugin-0.7.0
0.6.x
maven-plugin-0.6.12
maven-plugin-0.6.11
maven-plugin-0.6.10
maven-plugin-0.6.9
maven-plugin-0.6.8
maven-plugin-0.6.7
maven-plugin-0.6.6
maven-plugin-0.6.5
maven-plugin-0.6.4
maven-plugin-0.6.3
maven-plugin-0.6.1
0.5.x
maven-plugin-0.5.15
maven-plugin-0.5.2
maven-plugin-0.5.1
maven-plugin-0.5.0
0.4.x
maven-plugin-0.4.13
maven-plugin-0.4.11
maven-plugin-0.4.10
maven-plugin-0.4.9
maven-plugin-0.4.7
0.3.x
maven-plugin-0.3.1
maven-plugin-0.3.0
0.2.x
maven-plugin-0.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ch.sourcepond.maven.plugins</groupId>
    <artifactId>maven-plugin</artifactId>
    <version>0.7.7</version>
</dependency>