hello-stephen opened a new pull request, #63700:
URL: https://github.com/apache/doris/pull/63700
## Problem
`license-maven-plugin 2.0.0` has a known `ConcurrentModificationException`
bug in `AddThirdPartyMojo` initialization, especially in parallel builds (`-T`
flag).
## Solution
Upgrade `license-maven-plugin` from `2.0.0` to `2.5.0` (latest stable) in
`fs_brokers/apache_hdfs_broker/pom.xml`.
`fe/pom.xml` already uses `2.1.0+`, this change brings the broker module
into alignment.
## Error before fix
```
Failed to execute goal
org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party
could not init goal AddThirdPartyMojo for reason:
ConcurrentModificationException
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]