combiner:combine
Full name:
com.github.jasonmfehr:combiner-maven-plugin:1.0.0-beta-05:combine
Description:
combiner-maven-plugin
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version: 1.0.0.
- Binds by default to the lifecycle phase: process-sources.
Required Parameters
Name |
Type |
Since |
Description |
combinations |
List |
1.0.0 |
list of combinations with each one representing a set of resources
to combine and the pipeline implementations to use when combining
them
|
Optional Parameters
Name |
Type |
Since |
Description |
skip |
Boolean |
1.0.0 |
determines if the plugin execution should be skipped Default value is: false. User property is: combiner.skip. |
Parameter Details
combinations:
list of combinations with each one representing a set of resources
to combine and the pipeline implementations to use when combining
them
- Type: java.util.List
- Since: 1.0.0
- Required: Yes
skip:
determines if the plugin execution should be skipped
- Type: java.lang.Boolean
- Since: 1.0.0
- Required: No
- User Property: combiner.skip
- Default: false