properties:parse-version-properties

Full name:

org.kuali.maven.plugins:properties-maven-plugin:1.1.9-SNAPSHOT:parse-version-properties

Description:

Parse version number properties into [major].[minor].[incremental].[qualifier]. 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 the fourth token is "qualifier".

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

Parameter Details

properties:

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