versions:revert
Full name:
org.codehaus.mojo:versions-maven-plugin:2.18.0:revert
Description:
Restores the pom from the initial backup.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.0-alpha-3
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<processFromLocalAggregationRoot> |
boolean |
2.13.0 |
Whether to start processing at the local aggregation root (which might be a parent module of that module where Maven is executed in, and the version change may affect parent and sibling modules). Setting to false makes sure only the module (and it's submodules) where Maven is executed for is affected. Default: true User Property: processFromLocalAggregationRoot |
Parameter Details
<processFromLocalAggregationRoot>
Whether to start processing at the local aggregation root (which might be a parent module of that module where Maven is executed in, and the version change may affect parent and sibling modules). Setting to false makes sure only the module (and it's submodules) where Maven is executed for is affected.
- Type:
boolean
- Since:
2.13.0
- Required:
No
- User Property:
processFromLocalAggregationRoot
- Default:
true