Full name:
de.smartics.maven.plugin:doctype-maven-plugin:1.4.3:concat-docmaps
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
<docmapFileName> | String | 1.1 | Allows to override the name of the file containing the information
to concatenate. All files are required to have the same name. Default value is: docmap.json. User property is: file-name. |
<docmapPrefix> | String | 1.1 | Content to add to the generated docmap file. User property is: prefix. |
<docmapSuffix> | String | 1.1 | Content to append to the generated docmap file. User property is: suffix. |
<encoding> | String | 1.1 | The character encoding for the docmap files to read. Default value is: UTF-8. User property is: encoding. |
<rootFolderName> | String | 1.1 | The root folder to search for the docmap JSON files to concatenate. Default value is: ... User property is: root. |
<skip> | boolean | 1.0 | A simple flag to skip the build process for the add-on project. Default value is: false. User property is: doctype.skip. |
<verbose> | boolean | 1.0 | A simple flag to log verbosely. Default value is: false. User property is: doctype.verbose. |