extractor:updatescm

Full name:

org.kuali.maven.plugins:extractor-maven-plugin:1.1.4:updatescm

Description:

Update the SCM section of a Maven pom so the URL's match the correct SCM URL. The correct SCM URL to use must be provided to the plugin as a property.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
pom File - The location of the Maven pom to update.
Default value is: ${project.basedir}/pom.xml.
scmUrlProperty String - The property containing the correct SCM URL. This can be a project property, system property, or environment variable.
Default value is: scm.url.

Parameter Details

pom:

The location of the Maven pom to update.
  • Type: java.io.File
  • Required: Yes
  • Expression: ${extractor.pom}
  • Default: ${project.basedir}/pom.xml

scmUrlProperty:

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