versions-list:list
Full name:
com.github.lucapino:versions-list-maven-plugin:2.1.0:list
Description:
Goal which generate a version list.
Attributes:
- Requires a Maven project to be executed.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<artifactId> | String | - | ArtifactId of project. Default value is: ${project.artifactId}. |
<groupId> | String | - | GroupId of project. Default value is: ${project.groupId}. |
<includeSnapshots> | boolean | - | Starting version Default value is: false. |
<startingVersion> | String | - | Starting version |
<versionListPropertyName> | String | - | Name of the property that contains the ordered list of versions requested. Default value is: ${project.artifactId}. |
Parameter Details
<artifactId>
ArtifactId of project.
- Type: java.lang.String
- Required: Yes
- Default: ${project.artifactId}
<groupId>
GroupId of project.
- Type: java.lang.String
- Required: Yes
- Default: ${project.groupId}
<includeSnapshots>
Starting version
- Type: boolean
- Required: Yes
- Default: false
<startingVersion>
Starting version
- Type: java.lang.String
- Required: Yes
<versionListPropertyName>
Name of the property that contains the ordered list of versions requested.
- Type: java.lang.String
- Required: Yes
- Default: ${project.artifactId}