Fork me on GitHub

build-helper:released-version

Full name:

org.codehaus.mojo:build-helper-maven-plugin:3.5.0: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].qualifier
Where 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 value is: releasedVersion.

Parameter Details

<propertyPrefix>

Prefix string to use for the set of version properties.
  • Type: java.lang.String
  • Required: No
  • Default: releasedVersion