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.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<cache> |
File |
- |
Specify a cache location, if no value is be given Tycho uses its own global cache location in the m2 local repository User Property: cache |
<centralsearch> |
boolean |
- |
If enabled, artifacts are tried to be mapped to maven central using the hashcode of the file, if there is a unique match this one is assumed to be the real source even if P2 has not recorded any GAVs User Property: central-search |
<generatorRepository> |
Repository |
- |
The repository where the generator should be soured from |
<index> |
File |
- |
No description. Default: ${project.build.directory}/index.html User Property: index |
<installation> |
File |
- |
Specify a single installation directory or update-site User Property: installation |
<installations> |
File |
- |
Specify a folder where some packaged products are located to be analyzed User Property: installations |
<jsonOutputs> |
File |
- |
No description. Default: ${project.build.directory} User Property: json-outputs |
<p2sources> |
List<String> |
- |
A list of URIs that should be used to match against P2 units, this can be usually the repositories used during building the product User Property: p2sources |
<verbose> |
boolean |
- |
If enabled verbose logging output is printed by the generator User Property: sbom.verbose |
<xmlOutputs> |
File |
- |
No description. Default: ${project.build.directory} User Property: xml-outputs |
Parameter Details
<cache>
Specify a cache location, if no value is be given Tycho uses its own global cache location in the m2 local repository
- Type:
java.io.File
- Required:
No
- User Property:
cache
<centralsearch>
If enabled, artifacts are tried to be mapped to maven central using the hashcode of the file, if there is a unique match this one is assumed to be the real source even if P2 has not recorded any GAVs
- Type:
boolean
- Required:
No
- User Property:
central-search
<generatorRepository>
The repository where the generator should be soured from
- 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
<installation>
Specify a single installation directory or update-site
- Type:
java.io.File
- Required:
No
- User Property:
installation
<installations>
Specify a folder where some packaged products are located to be analyzed
- Type:
java.io.File
- Required:
No
- User Property:
installations
<jsonOutputs>
No description.
- Type:
java.io.File
- Required:
No
- User Property:
json-outputs
- Default:
${project.build.directory}
<p2sources>
A list of URIs that should be used to match against P2 units, this can be usually the repositories used during building the product
- Type:
java.util.List<java.lang.String>
- Required:
No
- User Property:
p2sources
<verbose>
If enabled verbose logging output is printed by the generator
- 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}