plexus-component-metadata:merge-metadata
Full name:
org.codehaus.plexus:plexus-component-metadata:2.2.0-SNAPSHOT:merge-metadata
Description:
Merges a set of Plexus descriptors into one descriptor file.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
- Binds by default to the lifecycle phase:
process-classes
.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<output> |
File |
- |
The destination for the merged descriptor. Default value is: ${project.build.outputDirectory}/META-INF/plexus/components.xml . |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<descriptors> |
File[] |
- |
The paths of the input descriptors to merge. |
Parameter Details
<descriptors>
The paths of the input descriptors to merge.
- Type:
java.io.File[]
- Required:
No
<output>
The destination for the merged descriptor.
- Type:
java.io.File
- Required:
Yes
- Default:
${project.build.outputDirectory}/META-INF/plexus/components.xml