Bug Description:
Hello, when building the project myself I had encountered some maven dependency install warnings such as Warning: The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for commons-logging:commons-logging:1.2 . Looking into the CI running for the maven build, the same issue is present Go to Build with Maven job at line 1927
I am unsure on how important this warning is (the integration tests pass in the end too) but I was wondering if the project uses a specific method to ensure these warnings don't break anything.
Steps to Reproduce:
- Maven install the project
Additional Information
To note, I believe I've traced the error and opened an issue.
The purpose of the issue on this repository is mainly to ask if this warning impacted anything in the build since I am encountering similar issues when building my local trace compass.
Thank you!
- Operating System: Windows 11
- Trace Compass Version: 11.3 and 12.0
Bug Description:
Hello, when building the project myself I had encountered some maven dependency install warnings such as
Warning: The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effective model for commons-logging:commons-logging:1.2. Looking into the CI running for the maven build, the same issue is present Go to Build with Maven job at line 1927I am unsure on how important this warning is (the integration tests pass in the end too) but I was wondering if the project uses a specific method to ensure these warnings don't break anything.
Steps to Reproduce:
Additional Information
To note, I believe I've traced the error and opened an issue.
The purpose of the issue on this repository is mainly to ask if this warning impacted anything in the build since I am encountering similar issues when building my local trace compass.
Thank you!