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 9e3aeac commit 24a7c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/cyclonedx/maven/BaseCycloneDxMojo.java
Expand Up @@ -968,8 +968,8 @@ 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("outputReactorProjects : " + outputReactorProjects);
getLog().info("outputFormat : " + outputFormat);
getLog().info("outputName : " + outputName);
getLog().info("------------------------------------------------------------------------");
Expand Down

0 comments on commit 24a7c41

Please sign in to comment.