apache-rat:check

Full name:

org.apache.rat:apache-rat-plugin:0.16.1:check

Description:

Run Rat to perform a violation check.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: validate.

Required Parameters

Name Type Since Description
<basedir> File - The base directory, in which to search for files.
Default: ${basedir}
User Property: rat.basedir

Optional Parameters

Name Type Since Description
<addDefaultLicenseMatchers> boolean - Whether to add the default list of license matchers.
Default: true
User Property: rat.addDefaultLicenseMatchers
<addDefaultLicenses> boolean - Whether to add the default list of licenses.
Default: true
User Property: rat.addDefaultLicenses
<additionalLicenseFiles> String[] - No description.
<addLicenseHeaders> String - Whether to add license headers; possible values are forced, true, and false (default).
Default: false
User Property: rat.addLicenseHeaders
<approvedLicenseFile> String - No description.
User Property: rat.approvedFile
<approvedLicenses> String[] - No description.
<consoleOutput> boolean 0.12 Whether to output the names of files that have unapproved licenses to the console. Defaults to true to ease builds in containers where you are unable to access rat.txt easily.
Default: true
User Property: rat.consoleOutput
<copyrightMessage> String - Copyright message to add to license headers. This option is ignored, unless addLicenseHeaders is set to true, or forced.
User Property: rat.copyrightMessage
<defaultLicenseFiles> String[] 0.8 Specifies the licenses to accept. By default, these are added to the default licenses, unless you set addDefaultLicenseMatchers to false.
<excludes> String[] - Specifies files, which are excluded in the report. By default, no files are excluded.
<excludesFile> String - Specifies a file, from which to read excludes. Basically, an alternative to specifying the excludes as a list. The excludesFile is assumed to be using the UFT8 character set.
User Property: rat.excludesFile
<excludesFileCharset> String - Specifies the include files character set. Defaults to @code{${project.build.sourceEncoding}), or @code{UTF8}.
Default: ${project.build.sourceEncoding}
User Property: rat.excludesFileCharset
<excludeSubProjects> boolean - Whether to exclude subprojects. This is recommended, if you want a separate apache-rat-plugin report for each subproject.
Default: true
User Property: rat.excludeSubprojects
<families> Family[] - No description.
<ignoreErrors> boolean 0.9 Will ignore rat errors and display a log message if any. Its use is NOT RECOMMENDED, but quite convenient on occasion.
Default: false
User Property: rat.ignoreErrors
<includes> String[] - Specifies files, which are included in the report. By default, all files are included.
<includesFile> String - Specifies a file, from which to read includes. Basically, an alternative to specifying the includes as a list.
User Property: rat.includesFile
<includesFileCharset> String - Specifies the include files character set. Defaults to @code{${project.build.sourceEncoding}), or @code{UTF8}.
Default: ${project.build.sourceEncoding}
User Property: rat.includesFileCharset
<licenseFamilies> SimpleLicenseFamily[] 0.8
Deprecated.
No reason given

Specifies the license families to accept.
<licenses> Object[] -
Deprecated.
No reason given

This is an object to accept both License of DeprecatedConfig objects.
<numUnapprovedLicenses> int - Maximum number of files with unapproved licenses.
Default: 0
User Property: rat.numUnapprovedLicenses
<parseSCMIgnoresAsExcludes> boolean - Whether to parse source code management system (SCM) ignore files and use their contents as excludes. At the moment this works for the following SCMs:
See also: org.apache.rat.config.SourceCodeManagementSystems
Default: true
User Property: rat.parseSCMIgnoresAsExcludes
<reportFile> File - Where to store the report.
Default: ${project.build.directory}/rat.txt
User Property: rat.outputFile
<reportStyle> String - Output style of the report. Use "plain" (the default) for a plain text report or "xml" for the raw XML report. Alternatively you can give the path of an XSL transformation that will be applied on the raw XML to produce the report written to the output file.
Default: plain
User Property: rat.outputStyle
<scanHiddenDirectories> boolean - No description.
Default: false
User Property: rat.scanHiddenDirectories
<skip> boolean 0.11 Will skip the plugin execution, e.g. for technical builds that do not take license compliance into account.
Default: false
User Property: rat.skip
<useDefaultExcludes> boolean - Whether to use the default excludes when scanning for files. The default excludes are:
Default: true
User Property: rat.useDefaultExcludes
<useEclipseDefaultExcludes> boolean - Whether to use the Eclipse specific default excludes when scanning for files. Eclipse specific default excludes are given by the constant ECLIPSE_DEFAULT_EXCLUDES: The .classpath and .project files, the .settings directory, and so on.
Default: true
User Property: rat.useEclipseDefaultExcludes
<useIdeaDefaultExcludes> boolean - Whether to use the IDEA specific default excludes when scanning for files. IDEA specific default excludes are given by the constant IDEA_DEFAULT_EXCLUDES: The *.iml, *.ipr and *.iws files and the .idea directory.
Default: true
User Property: rat.useIdeaDefaultExcludes
<useMavenDefaultExcludes> boolean - Whether to use the Maven specific default excludes when scanning for files. Maven specific default excludes are given by the constant MAVEN_DEFAULT_EXCLUDES: The target directory, the cobertura.ser file, and so on.
Default: true
User Property: rat.useMavenDefaultExcludes

Parameter Details

<addDefaultLicenseMatchers>

Whether to add the default list of license matchers.
  • Type: boolean
  • Required: No
  • User Property: rat.addDefaultLicenseMatchers
  • Default: true

<addDefaultLicenses>

Whether to add the default list of licenses.
  • Type: boolean
  • Required: No
  • User Property: rat.addDefaultLicenses
  • Default: true

<additionalLicenseFiles>

No description.
  • Type: java.lang.String[]
  • Required: No

<addLicenseHeaders>

Whether to add license headers; possible values are forced, true, and false (default).
  • Type: java.lang.String
  • Required: No
  • User Property: rat.addLicenseHeaders
  • Default: false

<approvedLicenseFile>

No description.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.approvedFile

<approvedLicenses>

No description.
  • Type: java.lang.String[]
  • Required: No

<basedir>

The base directory, in which to search for files.
  • Type: java.io.File
  • Required: Yes
  • User Property: rat.basedir
  • Default: ${basedir}

<consoleOutput>

Whether to output the names of files that have unapproved licenses to the console. Defaults to true to ease builds in containers where you are unable to access rat.txt easily.
  • Type: boolean
  • Since: 0.12
  • Required: No
  • User Property: rat.consoleOutput
  • Default: true

<copyrightMessage>

Copyright message to add to license headers. This option is ignored, unless addLicenseHeaders is set to true, or forced.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.copyrightMessage

<defaultLicenseFiles>

Specifies the licenses to accept. By default, these are added to the default licenses, unless you set addDefaultLicenseMatchers to false.
  • Type: java.lang.String[]
  • Since: 0.8
  • Required: No

<excludes>

Specifies files, which are excluded in the report. By default, no files are excluded.
  • Type: java.lang.String[]
  • Required: No

<excludesFile>

Specifies a file, from which to read excludes. Basically, an alternative to specifying the excludes as a list. The excludesFile is assumed to be using the UFT8 character set.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.excludesFile

<excludesFileCharset>

Specifies the include files character set. Defaults to @code{${project.build.sourceEncoding}), or @code{UTF8}.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.excludesFileCharset
  • Default: ${project.build.sourceEncoding}

<excludeSubProjects>

Whether to exclude subprojects. This is recommended, if you want a separate apache-rat-plugin report for each subproject.
  • Type: boolean
  • Required: No
  • User Property: rat.excludeSubprojects
  • Default: true

<families>

No description.
  • Type: org.apache.rat.mp.Family[]
  • Required: No

<ignoreErrors>

Will ignore rat errors and display a log message if any. Its use is NOT RECOMMENDED, but quite convenient on occasion.
  • Type: boolean
  • Since: 0.9
  • Required: No
  • User Property: rat.ignoreErrors
  • Default: false

<includes>

Specifies files, which are included in the report. By default, all files are included.
  • Type: java.lang.String[]
  • Required: No

<includesFile>

Specifies a file, from which to read includes. Basically, an alternative to specifying the includes as a list.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.includesFile

<includesFileCharset>

Specifies the include files character set. Defaults to @code{${project.build.sourceEncoding}), or @code{UTF8}.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.includesFileCharset
  • Default: ${project.build.sourceEncoding}

<licenseFamilies>

Deprecated.
No reason given

Specifies the license families to accept.
  • Type: org.apache.rat.license.SimpleLicenseFamily[]
  • Since: 0.8
  • Required: No

<licenses>

Deprecated.
No reason given

This is an object to accept both License of DeprecatedConfig objects.
  • Type: java.lang.Object[]
  • Required: No

<numUnapprovedLicenses>

Maximum number of files with unapproved licenses.
  • Type: int
  • Required: No
  • User Property: rat.numUnapprovedLicenses
  • Default: 0

<parseSCMIgnoresAsExcludes>

Whether to parse source code management system (SCM) ignore files and use their contents as excludes. At the moment this works for the following SCMs:
See also: org.apache.rat.config.SourceCodeManagementSystems
  • Type: boolean
  • Required: No
  • User Property: rat.parseSCMIgnoresAsExcludes
  • Default: true

<reportFile>

Where to store the report.
  • Type: java.io.File
  • Required: No
  • User Property: rat.outputFile
  • Default: ${project.build.directory}/rat.txt

<reportStyle>

Output style of the report. Use "plain" (the default) for a plain text report or "xml" for the raw XML report. Alternatively you can give the path of an XSL transformation that will be applied on the raw XML to produce the report written to the output file.
  • Type: java.lang.String
  • Required: No
  • User Property: rat.outputStyle
  • Default: plain

<scanHiddenDirectories>

No description.
  • Type: boolean
  • Required: No
  • User Property: rat.scanHiddenDirectories
  • Default: false

<skip>

Will skip the plugin execution, e.g. for technical builds that do not take license compliance into account.
  • Type: boolean
  • Since: 0.11
  • Required: No
  • User Property: rat.skip
  • Default: false

<useDefaultExcludes>

Whether to use the default excludes when scanning for files. The default excludes are:
  • Type: boolean
  • Required: No
  • User Property: rat.useDefaultExcludes
  • Default: true

<useEclipseDefaultExcludes>

Whether to use the Eclipse specific default excludes when scanning for files. Eclipse specific default excludes are given by the constant ECLIPSE_DEFAULT_EXCLUDES: The .classpath and .project files, the .settings directory, and so on.
  • Type: boolean
  • Required: No
  • User Property: rat.useEclipseDefaultExcludes
  • Default: true

<useIdeaDefaultExcludes>

Whether to use the IDEA specific default excludes when scanning for files. IDEA specific default excludes are given by the constant IDEA_DEFAULT_EXCLUDES: The *.iml, *.ipr and *.iws files and the .idea directory.
  • Type: boolean
  • Required: No
  • User Property: rat.useIdeaDefaultExcludes
  • Default: true

<useMavenDefaultExcludes>

Whether to use the Maven specific default excludes when scanning for files. Maven specific default excludes are given by the constant MAVEN_DEFAULT_EXCLUDES: The target directory, the cobertura.ser file, and so on.
  • Type: boolean
  • Required: No
  • User Property: rat.useMavenDefaultExcludes
  • Default: true