Full name:
de.smartics.maven.plugin:smartics-jboss-modules-maven-plugin:2.1.5:index
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
fileSets | List | 1.0 | The set of packages and folders files to process. If empty, the
classpath of the project are processed.
<fileSets> <fileSet> <directory>${project.build.outputDirectory}</directory> <includes> <include>some/classes/to</include> ... </includes> <excludes> <exclude>some/classes/to/exclude/**</exclude> ... </excludes> </fileSet> ... </fileSets> |
skip | boolean | 1.0 | A simple flag to skip the execution of this MOJO. If set on the
command line use -Dsmartics-index.skip. Default value is: false. User property is: smartics-index.skip. |
verbose | boolean | 1.0 | The verbose level. If set on the command line use
-Dsmartics-index.verbose. Default value is: false. User property is: smartics-index.verbose. |
<fileSets> <fileSet> <directory>${project.build.outputDirectory}</directory> <includes> <include>some/classes/to</include> ... </includes> <excludes> <exclude>some/classes/to/exclude/**</exclude> ... </excludes> </fileSet> ... </fileSets>
skip: