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 @@