properties:parse-version-properties

Full name:

org.kuali.maven.plugins:properties-maven-plugin:1.4.7:parse-version-properties

Description:

Parse version number properties into [major].[minor].[incremental].[qualifier] and [trimmed]. The version parsing logic is crudely simple. It splits the version string into tokens using both "." and "-" as delimiters. It assumes the first token is "major", the second token is "minor" the third token is "incremental" and any tokens after that are "qualifier". "SNAPSHOT" is always omitted from qualifier. [trimmed] is the full version minus "-SNAPSHOT"

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
properties String[] - The list of properties containing version numbers to parse
silent boolean - If true, the plugin will emit no logging messages
Default value is: false.

Parameter Details

properties:

The list of properties containing version numbers to parse
  • Type: java.lang.String[]
  • Required: Yes

silent:

If true, the plugin will emit no logging messages
  • Type: boolean
  • Required: Yes
  • Expression: ${properties.silent}
  • Default: false