DOC

com.ning.maven.plugins : maven-dependency-versions-check-plugin

Maven & Gradle

Sep 25, 2016
75 stars

maven-version-check-plugin Maven Mojo · The maven-dependency-versions-check-plugin is a Maven plugin that verifies that the resolved versions of dependencies are at least the versions specified by the dependencies (or their dependencies etc.) if not higher. More specifically, it will check that * The resolved version of every dependency declared explicitly in the current POM is the same or a newer one than what was stated. If the resolved version has a higher major version number than the declared version, then the plugin will issue a warning if configured to do so. Note that enforced declared versions are ignored by the plugin. * For every explicitly declared dependency in the current POM, all its dependency versions are met. I.e. the resolved versions for all dependencies in that dependency's POM are the same or higher than the one stated in that dependency's POM. This is basically the same check as the one above, but using the dependency's POM! Also, if the current POM has exclusions specified for the dependency, then these transitive dependencies are ignored when checking this particular dependency.

Table Of Contents

Latest Version

Download com.ning.maven.plugins : maven-dependency-versions-check-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.ning.maven.plugins : maven-dependency-versions-check-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file maven-dependency-versions-check-plugin-2.0.4-javadoc.jar to maven-dependency-versions-check-plugin-2.0.4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maven-dependency-versions-check-plugin-2.0.4-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maven-dependency-versions-check-plugin-2.0.4-sources.jar" -d "maven-dependency-versions-check-plugin-2.0.4-javadoc" -subpackages