This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 005d7d1 MPOM-346 disable verbose CycloneDX output
005d7d1 is described below
commit 005d7d1306b0cf63901142e0d732a5f20139b423
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Feb 17 20:54:45 2023 -0500
MPOM-346 disable verbose CycloneDX output
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 225d18a..8e79464 100644
--- a/pom.xml
+++ b/pom.xml
@@ -941,6 +941,7 @@ under the License.
<!-- to be overridden -->
<maven.site.path>../..</maven.site.path>
<invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>
+ <cyclonedx.verbose>false</cyclonedx.verbose>
<sisuVersion>0.3.5</sisuVersion>
<fluidoSkinVersion>1.11.2</fluidoSkinVersion>
<!-- for surefire, failsafe and surefire-report -->