apicurio-registry:merge
Full name:
io.apicurio:apicurio-registry-maven-plugin:3.0.7:merge
Description:
No description.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
Required Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <inputs> | List<File> | - | A set of input files, each one should be a valid .properties file. | 
| <output> | File | - | The output file location. This is where the merged properties file will be written. | 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <deleteInputs> | Boolean | - | Set to 'true' if the input files should be deleted after the merge. Default: false | 
Parameter Details
<deleteInputs>
Set to 'true' if the input files should be deleted after the merge.
- Type: java.lang.Boolean
- Required: No
- Default: false
<inputs>
A set of input files, each one should be a valid .properties file.
- Type: java.util.List<java.io.File>
- Required: Yes
<output>
The output file location. This is where the merged properties file will be written.
- Type: java.io.File
- Required: Yes
