Fork me on GitHub

build-helper:uptodate-property

Full name:

org.codehaus.mojo:build-helper-maven-plugin:3.5.0:uptodate-property

Description:

Sets a property according to whether one set of resources is up to date with respect to another.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 1.12.
  • Binds by default to the lifecycle phase: validate.

Required Parameters

Name Type Since Description
<fileSet> FileSet - The file set to check.
<name> String - The name of the property to set.

Optional Parameters

Name Type Since Description
<elseValue> String - The property value to set if the up-to-date condition is not fulfilled.
Alias is: else.
<skip> boolean - Disables the plug-in execution.
Default value is: false.
User property is: buildhelper.uptodateproperty.skip.
<value> String - The property value to set if the up-to-date condition is fulfilled.
Default value is: true.

Parameter Details

<elseValue>

The property value to set if the up-to-date condition is not fulfilled.
  • Type: java.lang.String
  • Required: No
  • Alias: else

<fileSet>

The file set to check.
  • Type: org.apache.maven.shared.model.fileset.FileSet
  • Required: Yes

<name>

The name of the property to set.
  • Type: java.lang.String
  • Required: Yes

<skip>

Disables the plug-in execution.
  • Type: boolean
  • Required: No
  • User Property: buildhelper.uptodateproperty.skip
  • Default: false

<value>

The property value to set if the up-to-date condition is fulfilled.
  • Type: java.lang.String
  • Required: No
  • Default: true