Full name:
org.nuiton:helper-maven-plugin:2.3.2:collect-files
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
encoding | String | 1.0.0 | Encoding a utiliser pour lire et ecrire les fichiers. Default value is: ${project.build.sourceEncoding}. User property is: helper.encoding. |
Name | Type | Since | Description |
---|---|---|---|
copyFiles | boolean | 1.0.0 | Un flag pour recopier les fichiers collectés. Default value is: true. User property is: helper.copyFiles. |
descriptionFile | String | 1.0.0 | File with all files collected (one file by line in absolute path).
Note : If not Set, will not generate the description file. User property is: helper.descriptionFile. |
dryRun | boolean | 1.0.0 | Un flag pour activer le mode verbeux. Default value is: false. User property is: helper.dryRun. |
excludes | String | 1.0.0 | File name pattern of selected files to publish. If no Set - no
exclude filter User property is: helper.excludes. |
extraFiles | String | 1.0.0 | User extra files to collect. Multi values can be used, separated by
comma. User property is: helper.extraFiles. |
includeAttached | boolean | 1.0.0 | Un flag pour collecter aussi les fichiers attaches au projet. Default value is: true. User property is: helper.includeAttached. |
includeSiteAttached | boolean | 1.2.2 | Un flag pour collecter aussi les fichiers des sites attaches au
projet. Default value is: false. User property is: helper.includeSiteAttached. |
includes | String | 1.0.0 | File name pattern of selected files to publish. If no Set - no
include filter User property is: helper.includes. |
outputDirectory | String | 1.0.0 | Directory where to store collected files. Note : In a
multi-module context, will always use the value of the property of
the root module, because we need to push collected files to only
one place. Default value is: target/collect. User property is: helper.outputDirectory. |
skip | boolean | 1.0.0 | A flag to skip the goal. Default value is: false. User property is: helper.skip. |
verbose | boolean | 1.0.0 | Un flag pour activer le mode verbeux. Default value is: ${maven.verbose}. User property is: helper.verbose. |
skip: