CycloneDX / CycloneDX/cyclonedx-maven-plugin
cyclonedx will generate extreme big log with so many duplicate info when enable maven debug mode
- Dominant language
- Java
- Stars
- 385
- Forks
- 107
- Avg merge
- 17h 31m
- Merged PRs (30d)
- 7
Description
it seems that cyclonedx will generate extreme big log(8GB+) with so many duplicate info when enable maven debug mode
command: `mvn clean verify -X`
> it will generate extreme big log whether or not set verbose to false
here is sample project [demo.zip](https://github.com/user-attachments/files/20021618/demo.zip)
and those are my pc info
```shell
PS E:\code\tmp\sentinel\demo> mvn -v
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: C:\Software\apache-maven-3.8.6
Java version: 21.0.1, vendor: BellSoft, runtime: C:\Software\jdk\jdk-21.0.1
Default locale: zh_CN, platform encoding: UTF-8
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
```
Contributor guide
Research direction
Start by reproducing the issue with `mvn clean verify -X` using the attached `demo.zip`, comparing output with verbose set to false. Trace the Maven plugin's debug logging entry points and identify where duplicate information is emitted; done means debug mode no longer produces the extreme repeated log while normal BOM generation remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100