MVN

com.versioneye : versioneye-maven-plugin

Maven & Gradle

May 25, 2017
49 stars

versioneye-maven-plugin · This is the maven plugin for http://www.VersionEye.com. It allows you to create and update a project at VersionEye. You can find a complete documentation of this project on GitHub: https://github.com/versioneye/versioneye_maven_plugin.

<plugin>
    <groupId>com.versioneye</groupId>
    <artifactId>versioneye-maven-plugin</artifactId>
    <version>3.11.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.versioneye : versioneye-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.11.4

All Versions

Choose a version of com.versioneye : versioneye-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.11.x
versioneye-maven-plugin-3.11.4
versioneye-maven-plugin-3.11.3
versioneye-maven-plugin-3.11.2
versioneye-maven-plugin-3.11.1
versioneye-maven-plugin-3.11.0
3.10.x
versioneye-maven-plugin-3.10.2
versioneye-maven-plugin-3.10.1
versioneye-maven-plugin-3.10.0
3.9.x
versioneye-maven-plugin-3.9.2
versioneye-maven-plugin-3.9.1
versioneye-maven-plugin-3.9.0
3.8.x
versioneye-maven-plugin-3.8.0
3.7.x
versioneye-maven-plugin-3.7.0
3.6.x
versioneye-maven-plugin-3.6.0
3.5.x
versioneye-maven-plugin-3.5.1
versioneye-maven-plugin-3.5.0
3.4.x
versioneye-maven-plugin-3.4.0
3.3.x
versioneye-maven-plugin-3.3.0
3.2.x
versioneye-maven-plugin-3.2.1
versioneye-maven-plugin-3.2.0
3.1.x
versioneye-maven-plugin-3.1.1
versioneye-maven-plugin-3.1.0
3.0.x
versioneye-maven-plugin-3.0.0
2.0.x
versioneye-maven-plugin-2.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.versioneye</groupId>
    <artifactId>versioneye-maven-plugin</artifactId>
    <version>3.11.4</version>
</plugin>

Advertisement