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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.ning.maven.plugins
Идентификатор

Идентификатор

maven-dependency-versions-check-plugin
Последняя версия

Последняя версия

2.0.4
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/ning/maven-dependency-versions-check-plugin
Система контроля версий

Система контроля версий

https://github.com/ning/maven-dependency-versions-check-plugin

Скачать maven-dependency-versions-check-plugin

Как подключить последнюю версию

<plugin>
    <groupId>com.ning.maven.plugins</groupId>
    <artifactId>maven-dependency-versions-check-plugin</artifactId>
    <version>2.0.4</version>
</plugin>

Зависимости

compile (11)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-model jar 2.2.1
org.apache.maven : maven-artifact jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
org.apache.maven.shared : maven-dependency-tree jar 1.2
commons-lang : commons-lang jar 2.5
commons-collections : commons-collections jar 3.2.1
org.slf4j : slf4j-api jar 1.6.1
com.pyx4j : maven-plugin-log4j jar 1.0.1
com.google.guava : guava jar 19.0
com.google.code.findbugs : findbugs-annotations jar 3.0.1

runtime (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.6.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0.4
2.0.2
2.0.1
2.0.0
1.0.0