Full name:
com.labs64.mojo:swid-maven-plugin:0.1.0:generate
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File | 1.0.0 | Specifies the destination directory where the generated SWID tags
files will be saved. Default value is: ${project.build.directory}/generated-resources/swid. User property is: swid.outputDirectory. |
Name | Type | Since | Description |
---|---|---|---|
domain_creation_date | String | 1.0.0 | Specifies domain creation date which belongs to the software
creator. Format: 'yyyy-MM' Example: '2010-04' Default value: current date User property is: swid.domain_creation_date. |
encoding | String | 1.0.0 | Specifies the encoding of the generated SWID tags files. Fallback value(s): UTF-8 Default value is: ${project.build.sourceEncoding}. User property is: swid.encoding. |
entitlement_required | Boolean | 1.0.0 | Specifies if an entitlement is required to reconcile this product. Default value is: false. User property is: swid.entitlement_required. |
extension | String | 1.0.0 | Specifies the extension of the generated SWID tags files. Default value is: swidtag. User property is: swid.extension. |
product_title | String | 1.0.0 | Specifies product title. Fallback value(s): ${project.artifactId} Default value is: ${project.name}. User property is: swid.product_title. |
product_version | String | 1.0.0 | Specifies product version. Default value is: ${project.version}. User property is: swid.product_version. |
software_creator | RegId | 1.0.0 | Specifies software creator attributes. Fallback value(s): name: ${project.groupId}; regid: ${project.url}, ${project.groupId} Default value(s): <software_creator> <name>${project.organization.name}</name> <regid>${project.organization.url}</regid> </software_creator> Default value is: ${software_creator}. |
software_id | RegId | 1.0.0 | Specifies software identifier attributes. Fallback value(s): tag_creator_regid: ${project.url}, ${project.groupId} Default value(s): <software_id> <unique_id>${project.artifactId}</unique_id> <tag_creator_regid>${project.organization.url}</tag_creator_regid> </software_id> Default value is: ${software_id}. |
software_licensor | RegId | 1.0.0 | Specifies software licensor attributes. Fallback value(s): name: ${project.groupId}; regid: ${project.url}, ${project.groupId} Default value(s): <software_licensor> <name>${project.organization.name}</name> <regid>${project.organization.url}</regid> </software_licensor> Default value is: ${software_licensor}. |
tag_creator | RegId | 1.0.0 | Specifies tag creator attributes. Fallback value(s): name: ${project.groupId}; regid: ${project.url}, ${project.groupId} Default value(s): <tag_creator> <name>${project.organization.name}</name> <regid>${project.organization.url}</regid> </tag_creator> Default value is: ${tag_creator}. |
<software_creator> <name>${project.organization.name}</name> <regid>${project.organization.url}</regid> </software_creator>
<software_id> <unique_id>${project.artifactId}</unique_id> <tag_creator_regid>${project.organization.url}</tag_creator_regid> </software_id>
<software_licensor> <name>${project.organization.name}</name> <regid>${project.organization.url}</regid> </software_licensor>
<tag_creator> <name>${project.organization.name}</name> <regid>${project.organization.url}</regid> </tag_creator>