diff --git a/aggregateSPDX-mojo.html b/aggregateSPDX-mojo.html index b84f88f..8885362 100644 --- a/aggregateSPDX-mojo.html +++ b/aggregateSPDX-mojo.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • spdx:aggregateSPDX
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • @@ -324,6 +324,61 @@

    Optional Parameters

    +<includeCompileScope> + +boolean + +0.8.0 + +If true, include compile scope in dependency graph
    Default value is: true.
    + + + + +<includeProvidedScope> + +boolean + +0.8.0 + +If true, include provided scope in dependency graph
    Default value is: true.
    + + + + +<includeRuntimeScope> + +boolean + +0.8.0 + +If true, include runtime scope in dependency graph
    Default value is: true.
    + + + + +<includeSystemScope> + +boolean + +0.8.0 + +If true, include system scope in dependency graph
    Default value is: true.
    + + + + +<includeTestScope> + +boolean + +0.8.0 + +If true, include test scope in dependency graph
    Default value is: true.
    + + + + <includeTransitiveDependencies> boolean @@ -333,7 +388,7 @@

    Optional Parameters

    If true, all transitive dependencies will be included in the SPDX document. If false, only direct dependencies will be included.
    Default value is: true.
    - + <licenseComments> @@ -344,7 +399,7 @@

    Optional Parameters

    This field provides a place for the SPDX file creator to record any general comments about the license.
    - + <licenseConcluded> @@ -355,7 +410,7 @@

    Optional Parameters

    This field contains the license the SPDX file creator has concluded as governing the package or alternative values, if the governing license cannot be determined. If this field is not specified, the declared license value will be used for the concluded license. The format of the string follows the standard license string format for SPDX files (see the defaultFileConcludedLicense parameter for a full description).
    - + <licenseDeclared> @@ -366,7 +421,7 @@

    Optional Parameters

    License declared by the originator for the package. If no license is specified, the license information in the project POM file will be mapped to a standard SPDX license if available. If a non-standard license is used, a NOASSERTION value will be used. The format of the string follows the standard license string format for SPDX files (see the defaultFileConcludedLicense parameter for a full description).
    - + <matchLicensesOnCrossReferenceUrls> @@ -377,7 +432,7 @@

    Optional Parameters

    Optional parameter if set to true will match a Maven license to an SPDX standard license if the Maven license URL matches any of the cross-reference license URLs for a standard license. Default value is true. Note: Several SPDX standard licenses contain the same cross-reference license URL. In this case, the SPDX standard license used in indeterminate.
    Default value is: true.
    - + <nonStandardLicenses> @@ -405,7 +460,7 @@

    Optional Parameters


    - + <onlyUseLocalLicenses> @@ -416,7 +471,7 @@

    Optional Parameters

    Configure whether only locally cached license list should be used. (a) If set to true, only locally cached version of license list is used. (b) otherwise, the license list is queried over the internet.
    - + <originator> @@ -429,7 +484,7 @@

    Optional Parameters

    The default for this is the Maven organization


    - + <outputFormat> @@ -440,7 +495,7 @@

    Optional Parameters

    Output file format for the SPDX file. One of: - JSON - JSON SPDX format - RDF/XML - RDF/XML format
    Default value is: JSON.
    - + <packageAnnotations> @@ -465,7 +520,7 @@

    Optional Parameters


    - + <pathsWithSpecificSpdxInfo> @@ -512,7 +567,7 @@

    Optional Parameters


    - + <skip> @@ -523,7 +578,7 @@

    Optional Parameters

    Skip goal execution.
    User property is: spdx.skip.
    - + <sourceInfo> @@ -534,7 +589,7 @@

    Optional Parameters

    This field provides a place for the SPDX file creator to record any relevant background information or additional comments about the origin of the package. For example, this field might include comments indicating whether the package been was pulled from a source code management system or has been repackaged.
    - + <spdxDocumentNamespace> @@ -545,7 +600,7 @@

    Optional Parameters

    Document namespace - must be unique for the artifact and SPDX file
    Default value is: http://spdx.org/spdxpackages/${project.groupId}_${project.artifactId}-${project.version}.
    - + <spdxFile> @@ -556,7 +611,7 @@

    Optional Parameters

    SPDX File name
    Default value is: ${project.reporting.outputDirectory}/${project.groupId}_${project.artifactId}-${project.version}.spdx.
    User property is: spdxFileName.
    - + <useArtifactID> @@ -786,6 +841,76 @@

    <generatePu
  • User Property: spdx.generatePurls

  • +

    <includeCompileScope>

    + +
    If true, include compile scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeProvidedScope>

    + +
    If true, include provided scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeRuntimeScope>

    + +
    If true, include runtime scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeSystemScope>

    + +
    If true, include system scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeTestScope>

    + +
    If true, include test scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    <includeTransitiveDependencies>

    If true, all transitive dependencies will be included in the SPDX document. If false, only direct dependencies will be included.
    diff --git a/createSPDX-mojo.html b/createSPDX-mojo.html index c07293a..8021c6c 100644 --- a/createSPDX-mojo.html +++ b/createSPDX-mojo.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • spdx:createSPDX
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • @@ -355,6 +355,61 @@

    Optional Parameters

    +<includeCompileScope> + +boolean + +0.8.0 + +If true, include compile scope in dependency graph
    Default value is: true.
    + + + + +<includeProvidedScope> + +boolean + +0.8.0 + +If true, include provided scope in dependency graph
    Default value is: true.
    + + + + +<includeRuntimeScope> + +boolean + +0.8.0 + +If true, include runtime scope in dependency graph
    Default value is: true.
    + + + + +<includeSystemScope> + +boolean + +0.8.0 + +If true, include system scope in dependency graph
    Default value is: true.
    + + + + +<includeTestScope> + +boolean + +0.8.0 + +If true, include test scope in dependency graph
    Default value is: true.
    + + + + <includeTransitiveDependencies> boolean @@ -364,7 +419,7 @@

    Optional Parameters

    If true, all transitive dependencies will be included in the SPDX document. If false, only direct dependencies will be included.
    Default value is: true.
    - + <licenseComments> @@ -375,7 +430,7 @@

    Optional Parameters

    This field provides a place for the SPDX file creator to record any general comments about the license.
    - + <licenseConcluded> @@ -386,7 +441,7 @@

    Optional Parameters

    This field contains the license the SPDX file creator has concluded as governing the package or alternative values, if the governing license cannot be determined. If this field is not specified, the declared license value will be used for the concluded license. The format of the string follows the standard license string format for SPDX files (see the defaultFileConcludedLicense parameter for a full description).
    - + <licenseDeclared> @@ -397,7 +452,7 @@

    Optional Parameters

    License declared by the originator for the package. If no license is specified, the license information in the project POM file will be mapped to a standard SPDX license if available. If a non-standard license is used, a NOASSERTION value will be used. The format of the string follows the standard license string format for SPDX files (see the defaultFileConcludedLicense parameter for a full description).
    - + <matchLicensesOnCrossReferenceUrls> @@ -408,7 +463,7 @@

    Optional Parameters

    Optional parameter if set to true will match a Maven license to an SPDX standard license if the Maven license URL matches any of the cross-reference license URLs for a standard license. Default value is true. Note: Several SPDX standard licenses contain the same cross-reference license URL. In this case, the SPDX standard license used in indeterminate.
    Default value is: true.
    - + <nonStandardLicenses> @@ -436,7 +491,7 @@

    Optional Parameters


    - + <onlyUseLocalLicenses> @@ -447,7 +502,7 @@

    Optional Parameters

    Configure whether only locally cached license list should be used. (a) If set to true, only locally cached version of license list is used. (b) otherwise, the license list is queried over the internet.
    - + <originator> @@ -460,7 +515,7 @@

    Optional Parameters

    The default for this is the Maven organization


    - + <outputFormat> @@ -471,7 +526,7 @@

    Optional Parameters

    Output file format for the SPDX file. One of: - JSON - JSON SPDX format - RDF/XML - RDF/XML format
    Default value is: JSON.
    - + <packageAnnotations> @@ -496,7 +551,7 @@

    Optional Parameters


    - + <pathsWithSpecificSpdxInfo> @@ -543,7 +598,7 @@

    Optional Parameters


    - + <skip> @@ -554,7 +609,7 @@

    Optional Parameters

    Skip goal execution.
    User property is: spdx.skip.
    - + <sourceInfo> @@ -565,7 +620,7 @@

    Optional Parameters

    This field provides a place for the SPDX file creator to record any relevant background information or additional comments about the origin of the package. For example, this field might include comments indicating whether the package been was pulled from a source code management system or has been repackaged.
    - + <spdxDocumentNamespace> @@ -576,7 +631,7 @@

    Optional Parameters

    Document namespace - must be unique for the artifact and SPDX file
    Default value is: http://spdx.org/spdxpackages/${project.groupId}_${project.artifactId}-${project.version}.
    - + <spdxFile> @@ -587,7 +642,7 @@

    Optional Parameters

    SPDX File name
    Default value is: ${project.reporting.outputDirectory}/${project.groupId}_${project.artifactId}-${project.version}.spdx.
    User property is: spdxFileName.
    - + <useArtifactID> @@ -817,6 +872,76 @@

    <generatePu
  • User Property: spdx.generatePurls

  • +

    <includeCompileScope>

    + +
    If true, include compile scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeProvidedScope>

    + +
    If true, include provided scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeRuntimeScope>

    + +
    If true, include runtime scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeSystemScope>

    + +
    If true, include system scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    +

    <includeTestScope>

    + +
    If true, include test scope in dependency graph
    + +
      + +
    • Type: boolean
    • + +
    • Since: 0.8.0
    • + +
    • Required: No
    • + +
    • Default: true
    • +

    <includeTransitiveDependencies>

    If true, all transitive dependencies will be included in the SPDX document. If false, only direct dependencies will be included.
    diff --git a/dependencies.html b/dependencies.html index eb04043..b3cccf6 100644 --- a/dependencies.html +++ b/dependencies.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Dependencies
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/dependency-info.html b/dependency-info.html index f8e5163..dd16b0b 100644 --- a/dependency-info.html +++ b/dependency-info.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Dependency Information
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/distribution-management.html b/distribution-management.html index e8b1b05..1c71e9a 100644 --- a/distribution-management.html +++ b/distribution-management.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Distribution Management
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/help-mojo.html b/help-mojo.html index 87697ed..71b8e21 100644 --- a/help-mojo.html +++ b/help-mojo.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • spdx:help
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/index.html b/index.html index 9d688d8..6520def 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/plugin-info.html b/plugin-info.html index 008fb13..8088909 100644 --- a/plugin-info.html +++ b/plugin-info.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Plugin Documentation
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/plugin-management.html b/plugin-management.html index dc43526..a4d06aa 100644 --- a/plugin-management.html +++ b/plugin-management.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Plugin Management
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/plugins.html b/plugins.html index 63f4c1b..13d19db 100644 --- a/plugins.html +++ b/plugins.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Plugins
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/project-info.html b/project-info.html index 59779b7..7ced5b6 100644 --- a/project-info.html +++ b/project-info.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Information
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/project-reports.html b/project-reports.html index 7d05e7b..1329770 100644 --- a/project-reports.html +++ b/project-reports.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Generated Reports
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/scm.html b/scm.html index a2eec56..ca1ea4f 100644 --- a/scm.html +++ b/scm.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Source Code Management
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/summary.html b/summary.html index 3202b13..ea48e5a 100644 --- a/summary.html +++ b/summary.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Summary
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT
  • diff --git a/team.html b/team.html index 58a29f3..0a447ba 100644 --- a/team.html +++ b/team.html @@ -2,7 +2,7 @@ @@ -33,7 +33,7 @@
  • GH/
  • SPDX Maven Plugin/
  • Project Team
  • -
  • | Last Published: 2025-01-25
  • +
  • | Last Published: 2025-01-28
  • Version: 0.7.5-SNAPSHOT