Full name:
com.xored.maven:integrity-maven-plugin:1.0.4-SNAPSHOT:verify-modules
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
excludes | String[] | - | Specifies, which directories should not be considered
modules, even if they meet includes criteria. Ant patterns, which
are applied to paths, relative to the project root. It is implied,
that each pattern starts and ends with **/. You should not specify
this explicitly.
Exact module directory is determined by the first path element, which matches the pattern (not counting the implied **/). User property is: integrity.modules.excludes. |
includes | String[] | - | Specifies, which directories should be considered modules. Ant
patterns, which are applied to paths, relative to the project root.
It is implied, that each pattern starts with **/ and ends with /**.
You should not specify this explicitly. If not specified, each
directory, which contains pom.xml file, is a module.
Exact module directory is determined by the first path element, which matches the pattern (not counting the implied **/). User property is: integrity.modules.includes. |
isCaseSensitive | boolean | - | Allows to do case-sensitive search. Use with caution, since this
may make builds platform-dependent. Default value is: false. User property is: integrity.modules.case-sensitive. |
Exact module directory is determined by the first path element, which matches the pattern (not counting the implied **/).
Exact module directory is determined by the first path element, which matches the pattern (not counting the implied **/).