extractor:validatescm
Full name:
org.kuali.maven.plugins:extractor-maven-plugin:1.1.3-SNAPSHOT: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. |
silent |
boolean |
- |
If true, the plugin will operate silently without generating any
logging output Default value is: false. |
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
- Expression: ${extractor.scmUrlProperty}
- Default: scm.url
silent:
If true, the plugin will operate silently without generating any
logging output
- Type: boolean
- Required: Yes
- Expression: ${extractor.silent}
- Default: false