tycho-sbom:generator
Full name:
org.eclipse.tycho:tycho-sbom-plugin:6.0.0-SNAPSHOT:generator
Description:
No description.
Attributes:
- The goal is thread-safe and supports parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<installations> |
File |
- |
No description. User Property: installations |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<cache> |
File |
- |
No description. User Property: cache |
<generatorRepository> |
Repository |
- |
No description. |
<index> |
File |
- |
No description. Default: ${project.build.directory}/index.html User Property: index |
<jsonOutputs> |
File |
- |
No description. Default: ${project.build.directory} User Property: json-outputs |
<verbose> |
boolean |
- |
No description. User Property: sbom.verbose |
<xmlOutputs> |
File |
- |
No description. Default: ${project.build.directory} User Property: xml-outputs |
Parameter Details
<cache>
No description.
- Type:
java.io.File
- Required:
No
- User Property:
cache
<generatorRepository>
No description.
- Type:
org.apache.maven.model.Repository
- Required:
No
<index>
No description.
- Type:
java.io.File
- Required:
No
- User Property:
index
- Default:
${project.build.directory}/index.html
<installations>
No description.
- Type:
java.io.File
- Required:
Yes
- User Property:
installations
<jsonOutputs>
No description.
- Type:
java.io.File
- Required:
No
- User Property:
json-outputs
- Default:
${project.build.directory}
<verbose>
No description.
- Type:
boolean
- Required:
No
- User Property:
sbom.verbose
<xmlOutputs>
No description.
- Type:
java.io.File
- Required:
No
- User Property:
xml-outputs
- Default:
${project.build.directory}