Skip to content

Commit

Permalink
Added missing logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed May 25, 2022
1 parent 07f009a commit 9e3aeac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -968,6 +968,7 @@ protected void logParameters() {
getLog().info("includeRuntimeScope : " + includeRuntimeScope);
getLog().info("includeTestScope : " + includeTestScope);
getLog().info("includeSystemScope : " + includeSystemScope);
getLog().info("outputReactorProjects : " + outputReactorProjects);
getLog().info("includeLicenseText : " + includeLicenseText);
getLog().info("outputFormat : " + outputFormat);
getLog().info("outputName : " + outputName);
Expand Down

0 comments on commit 9e3aeac

Please sign in to comment.