extractor:extract

Full name:

org.kuali.maven.plugins:extractor-maven-plugin:1.0.0:extract

Description:

Extracts information contained in the pom and exposes it as project properties eg major version, and scm type

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
majorVersionProperty String - The project property where the major version will be stored
Default value is: extractor.majorVersion.
scmTypeProperty String - The project property where the scm type will be stored
Default value is: extractor.scmType.

Parameter Details

majorVersionProperty:

The project property where the major version will be stored
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${extractor.majorVersionProperty}
  • Default: extractor.majorVersion

scmTypeProperty:

The project property where the scm type will be stored
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${extractor.scmTypeProperty}
  • Default: extractor.scmType