Full name:
eu.numberfour.maven.plugins:file-list-maven-plugin:1.0.0-SNAPSHOT:list
Description:
Creates a JSON formatted list of files form a base directory, and optional includes and excludes.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| baseDir | String | - | Base directory of the scanning process Default value is: ${basedir}/target/. |
| caseSensitive | boolean | - | Whether to ignore case |
| excludes | String[] | - | Ant-style exclude pattern. For example **.* is all files |
| includes | String[] | - | Ant-style include pattern. For example **.* is all files |
| outputFile | String | - | File into which to save the output of the transformation. Default value is: ${basedir}/target/file-list.json. |