Skip to content

Commit

Permalink
update explanations #435
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 13, 2023
1 parent e6b6af2 commit 4972dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cyclonedx/maven/CycloneDxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
public class CycloneDxMojo extends BaseCycloneDxMojo {

/**
* Only runs this goal if the module does not skip deploy.
* Only runs this goal or adds to aggregate SBOM if the module does not skip deploy.
*
* @since 2.8.0
* @since 2.7.11
*/
@Parameter(property = "cyclonedx.skipNotDeployed", defaultValue = "true", required = false)
protected boolean skipNotDeployed = true;
Expand Down

0 comments on commit 4972dbb

Please sign in to comment.