alta:generate-properties
Full name:
com.github.veithen.alta:alta-maven-plugin:0.8.1:generate-properties
Description:
No description.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: test.
- The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase: initialize.
Required Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <artifactSet> | ArtifactSet | - | No description. | 
| <name> | String | - | The destination name template. | 
| <value> | String | - | The template of the value to generate. | 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
| <append> | boolean | - | Whether the value should be appended to the existing property. | 
| <repositories> | Repository[] | - | No description. | 
| <separator> | String | - | The separator that should be used to join values when multiple artifacts map to the same name. If no separator is configured, then duplicate names will result in an error. To separate values by newlines, use the line.separatorproperty. | 
| <skip> | boolean | - | No description. Default: false | 
Parameter Details
<append>
Whether the value should be appended to the existing property.
- Type: boolean
- Required: No
<artifactSet>
No description.
- Type: com.github.veithen.maven.shared.artifactset.ArtifactSet
- Required: Yes
<name>
The destination name template.
- Type: java.lang.String
- Required: Yes
<repositories>
No description.
- Type: org.apache.maven.model.Repository[]
- Required: No
<separator>
The separator that should be used to join values when multiple artifacts map to the same name. If no separator is configured, then duplicate names will result in an error. To separate values by newlines, use the 
line.separator property.- Type: java.lang.String
- Required: No
<skip>
No description.
- Type: boolean
- Required: No
- Default: false
<value>
The template of the value to generate.
- Type: java.lang.String
- Required: Yes
