MVN

eu.aylett.versioncheck : versioncheck-maven-plugin

Maven & Gradle

Jun 22, 2014

versioncheck-maven-plugin Maven Plugin · A Maven plugin that checks the versions of a project's direct dependencies. Use when you are bundling up your artifacts and want to ensure your artifacts' versions are consistent without needing to be strict about third-party artifacts.

<plugin>
    <groupId>eu.aylett.versioncheck</groupId>
    <artifactId>versioncheck-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.aylett.versioncheck : versioncheck-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of eu.aylett.versioncheck : versioncheck-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
versioncheck-maven-plugin-0.0.2

How to add a plugin to Maven

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

<plugin>
    <groupId>eu.aylett.versioncheck</groupId>
    <artifactId>versioncheck-maven-plugin</artifactId>
    <version>0.0.2</version>
</plugin>