build-helper:released-version
Full name:
org.codehaus.mojo:build-helper-maven-plugin:3.6.1:released-version
Description:
Resolve the latest released version of this project. This mojo sets the following properties:
[propertyPrefix].version [propertyPrefix].majorVersion [propertyPrefix].minorVersion [propertyPrefix].incrementalVersion [propertyPrefix].buildNumber [propertyPrefix].qualifierWhere the propertyPrefix is the string set in the mojo parameter.
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
1.6. - Binds by default to the lifecycle phase:
validate.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
<propertyPrefix> |
String |
- |
Prefix string to use for the set of version properties. Default: releasedVersion |
Parameter Details
<propertyPrefix>
Prefix string to use for the set of version properties.
- Type:
java.lang.String - Required:
No - Default:
releasedVersion

