build-helper:uptodate-properties
Full name:
org.codehaus.mojo:build-helper-maven-plugin:3.6.0:uptodate-properties
Description:
Sets multiple properties according to whether multiple sets of source and target resources are respectively up to date.
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
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<skip> |
boolean |
- |
Disables the plug-in execution. Default: false User Property: buildhelper.uptodateproperties.skip |
<upToDatePropertySettings> |
List<UpToDatePropertySetting> |
- |
List of UpToDatePropertySetting s to apply. |
Parameter Details
<skip>
Disables the plug-in execution.
- Type:
boolean
- Required:
No
- User Property:
buildhelper.uptodateproperties.skip
- Default:
false
<upToDatePropertySettings>
List of
UpToDatePropertySetting
s to apply.- Type:
java.util.List<org.codehaus.mojo.buildhelper.UpToDatePropertySetting>
- Required:
No