MVN

com.d4iot.oss.plugin.ci : ci-version-plugin

Maven & Gradle

Apr 17, 2019

Do several CI tasks. Generate version, tag git, resolve ranges

<plugin>
    <groupId>com.d4iot.oss.plugin.ci</groupId>
    <artifactId>ci-version-plugin</artifactId>
    <version>1.0.0-9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.d4iot.oss.plugin.ci : ci-version-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-9

All Versions

Choose a version of com.d4iot.oss.plugin.ci : ci-version-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ci-version-plugin-1.0.0-9
ci-version-plugin-1.0.0-8
ci-version-plugin-1.0.0-7
ci-version-plugin-1.0.0-6
ci-version-plugin-1.0.0-5
ci-version-plugin-1.0.0-4
ci-version-plugin-1.0.0-3
ci-version-plugin-1.0.0-2
ci-version-plugin-1.0.0-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.d4iot.oss.plugin.ci</groupId>
    <artifactId>ci-version-plugin</artifactId>
    <version>1.0.0-9</version>
</plugin>