Error while doing maven build bnd-maven-plugin error
Hi All,
My project is running on java 8 and trying to build the code using the maven build command, while building the code i'm getting the error in core module as Failed to execute goal biz.aQute.bnd:bnd-maven-plugin:5.0.0:bnd-process (bnd-process) on project projectname.core.common: bnd error: null: ConcurrentModificationException
[INFO] Reactor Summary:
[INFO]
[INFO] projectname 1.0-SNAPSHOT .......................... SUCCESS [ 0.260 s]
[INFO] projectname-common 1.0-COMMON-SNAPSHOT ............ SUCCESS [ 0.009 s]
[INFO] projectname - Common Core 1.0-COMMON-SNAPSHOT .... FAILURE [ 4.845 s]
[INFO] projectname - Common UI apps 1.0-COMMON-SNAPSHOT . SKIPPED
[INFO] projectname - Common UI content 1.0-COMMON-SNAPSHOT SKIPPED
[INFO] projectname-web 1.0-WEB-SNAPSHOT .................. SKIPPED
[INFO] projectname.ui.frontend - UI Frontend 1.0-WEB-SNAPSHOT SKIPPED
[INFO] projectname.ui.solid - UI Solid 1.0-WEB-SNAPSHOT .. SKIPPED
[INFO] projectname - Web UI apps 1.0-WEB-SNAPSHOT ....... SKIPPED
[INFO] projectname - Web UI content 1.0-WEB-SNAPSHOT .... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.022 s
[INFO] Finished at: 2025-02-03T18:05:37+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal biz.aQute.bnd:bnd-maven-plugin:5.0.0:bnd-process (bnd-process) on project projectname.core.common: bnd error: null: ConcurrentModificationException -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :projectname.core.common
Can anyone give some suggestion about how to resolve this issue please
Thanks
Nandheswara