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 |
|---|---|---|---|
<advisory> |
boolean |
- |
If enabled, queries the Open Source Vulnerabilities (OSV) distributed vulnerability database for known vulnerabilities in Open Source components and adds them as external references to the components User Property: advisory |
<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.htmlUser 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 |
<process-bundle-classpath> |
boolean |
- |
No description. |
<verbose> |
boolean |
- |
If enabled verbose logging output is printed by the generator User Property: sbom.verbose |
<xml> |
boolean |
- |
No description. User Property: print.xml |
<xmlOutputs> |
File |
- |
No description. Default: ${project.build.directory}User Property: xml-outputs |
Parameter Details
<advisory>
If enabled, queries the Open Source Vulnerabilities (OSV) distributed vulnerability database for known vulnerabilities in Open Source components and adds them as external references to the components
- Type:
boolean - Required:
No - User Property:
advisory
<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
<process-bundle-classpath>
No description.
- Type:
boolean - Required:
No
<verbose>
If enabled verbose logging output is printed by the generator
- Type:
boolean - Required:
No - User Property:
sbom.verbose
<xml>
No description.
- Type:
boolean - Required:
No - User Property:
print.xml
<xmlOutputs>
No description.
- Type:
java.io.File - Required:
No - User Property:
xml-outputs - Default:
${project.build.directory}
