diff --git a/index.html b/index.html index 30a71561..ce33ebfc 100644 --- a/index.html +++ b/index.html @@ -159,7 +159,7 @@

Goals

  • makeAggregateBom: creates an aggregate BOM at build root (with dependencies from the whole multi-modules build), and eventually a BOM for each module,
  • makePackageBom: creates a BOM for each Maven module with war or ear packaging.
  • -

    By default, the BOM(s) will be attached as an additional artifacts with cyclonedx classifier and xml or json extension during a Maven install or deploy:

    +

    By default, the BOM(s) will be attached as an additional artifacts with cyclonedx classifier (can be customized by setting cyclonedx.classifier) and xml or json extension during a Maven install or deploy:


    +
  • Default: default

  • +

    <classifier>

    +
    Classifier of the attached sbom
    +

    <detectUnusedForOptionalScope>

    Use the original mechanism for determining whether a component has OPTIONAL or REQUIRED scope, relying on bytecode analysis of the compiled classes instead of the Maven dependency declaration of optional.

    +
  • Default: default

  • +

    <classifier>

    +
    Classifier of the attached sbom
    +

    <detectUnusedForOptionalScope>

    Use the original mechanism for determining whether a component has OPTIONAL or REQUIRED scope, relying on bytecode analysis of the compiled classes instead of the Maven dependency declaration of optional.
    -

    Parameter Details

    +

    Parameter Details

    +

    <classifier>

    +
    Classifier of the attached sbom
    +
      +
    • Type: java.lang.String
    • +
    • Since: 2.8.1
    • +
    • Required: No
    • +
    • User Property: cyclonedx.classifier
    • +
    • Default: cyclonedx

    <detectUnusedForOptionalScope>

    Use the original mechanism for determining whether a component has OPTIONAL or REQUIRED scope, relying on bytecode analysis of the compiled classes instead of the Maven dependency declaration of optional.