extractor:validatescm

Full name:

org.kuali.maven.plugins:extractor-maven-plugin:1.1.11:validatescm

Description:

Validate that the URL provided in the scm section of the pom matches up with a property that contains the correct SCM URL.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
scmUrlProperty String - Property containing the correct SCM URL. This can be a project property, system property, or environment variable.
Default value is: scm.url.
User property is: extractor.scmUrlProperty.
silent boolean - If true, the plugin will operate silently without generating any logging output
Default value is: false.
User property is: extractor.silent.
skip boolean - If true, the plugin will skip executing
Default value is: false.
User property is: extractor.skip.

Parameter Details

scmUrlProperty:

Property containing the correct SCM URL. This can be a project property, system property, or environment variable.
  • Type: java.lang.String
  • Required: Yes
  • User Property: extractor.scmUrlProperty
  • Default: scm.url

silent:

If true, the plugin will operate silently without generating any logging output
  • Type: boolean
  • Required: Yes
  • User Property: extractor.silent
  • Default: false

skip:

If true, the plugin will skip executing
  • Type: boolean
  • Required: Yes
  • User Property: extractor.skip
  • Default: false