uptodate:dependency
Full name:
com.soebes.maven.plugins:uptodate-maven-plugin:0.2.1-SNAPSHOT:dependency
Description:
Will check dependencies of your project and fail the build if they
are not up-to-date.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: validate.
Optional Parameters
Name |
Type |
Since |
Description |
dependencies |
List |
- |
Define the list of dependencies you would like check if they are
up-to-date. If this list is not defined or empty the plugin will
check all project dependencies.
|
skip |
boolean |
- |
You can skip the execution of uptodate plugin in cases where you
might encounter a failure. Default value is: false. User property is: uptodate.skip. |
Parameter Details
dependencies:
Define the list of dependencies you would like check if they are
up-to-date. If this list is not defined or empty the plugin will
check all project dependencies.
- Type: java.util.List
- Required: No
skip:
You can skip the execution of uptodate plugin in cases where you
might encounter a failure.
- Type: boolean
- Required: No
- User Property: uptodate.skip
- Default: false