Fork me on GitHub

uptodate:parent

Full name:

com.soebes.maven.plugins:uptodate-maven-plugin:0.2.1-SNAPSHOT:parent

Description:

Will check the parent of your project and fail the build if the parent is not the newest available version of the parent.

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
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

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