build-helper:uptodate-property
Full name:
org.codehaus.mojo:build-helper-maven-plugin:3.3.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.
- Since version:
1.12
. - Binds by default to the lifecycle phase:
validate
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<fileSet> |
FileSet |
1.12 |
The file set to check. |
<name> |
String |
1.12 |
The name of the property to set. |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<elseValue> |
String |
1.12 |
The property value to set if the up-to-date condition is not
fulfilled. Alias is: else . |
<skip> |
boolean |
1.12 |
Disables the plug-in execution. Default value is: false .User property is: buildhelper.uptodateproperty.skip . |
<value> |
String |
1.12 |
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
- Since:
1.12
- Required:
No
- Alias:
else
<fileSet>
The file set to check.
- Type:
org.apache.maven.shared.model.fileset.FileSet
- Since:
1.12
- Required:
Yes
<name>
The name of the property to set.
- Type:
java.lang.String
- Since:
1.12
- Required:
Yes
<skip>
Disables the plug-in execution.
- Type:
boolean
- Since:
1.12
- 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
- Since:
1.12
- Required:
No
- Default:
true