Full name:
org.codehaus.mojo:build-helper-maven-plugin:1.5:parse-version
Description:
[propertyPrefix].majorVersion [propertyPrefix].minorVersion [propertyPrefix].incrementalVersion [propertyPrefix].qualifier [propertyPrefix].buildNumberWhere the propertyPrefix is the string set in the mojo parameter. Note that the behaviour of the parsing is determined by org.apache.maven.artifact.versioning.DefaultArtifactVersion An osgi compatible version will also be created and made available through the property:
[propertyPrefix].osgiVersionThis version is simply the original version string with the first instance of '-' replaced by '.' For example, 1.0.2-beta-1 will be converted to 1.0.2.beta-1
Attributes:
1.3.validate.| Name | Type | Since | Description |
|---|---|---|---|
| propertyPrefix | String |
1.3 |
Prefix string to use for the set of version properties. Default value is: parsedVersion. |
| versionString | String |
1.3 |
The version string to parse. Default value is: ${project.version}. |