[
https://issues.apache.org/jira/browse/MYFACES-4581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696916#comment-17696916
]
Melloware commented on MYFACES-4581:
------------------------------------
Exact error:
{code:java}
[ERROR] Failed to execute goal
org.apache.felix:maven-bundle-plugin:4.0.0:manifest (bundle-manifest) on
project myfaces-api: Execution bundle-manifest of goal
org.apache.felix:maven-bundle-plugin:4.0.0:manifest failed.:
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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :myfaces-api {code}
> Felix Bundle ConcurrentModificationException
> --------------------------------------------
>
> Key: MYFACES-4581
> URL: https://issues.apache.org/jira/browse/MYFACES-4581
> Project: MyFaces Core
> Issue Type: Bug
> Components: build process
> Affects Versions: 4.0.0
> Reporter: Melloware
> Assignee: Melloware
> Priority: Major
>
> Running `mvn clean install` locally on my machine I get
> `ConcurrentModificationExcepiton` in the Felix plugin. Bumping to 5.1.8
> fixes the issue.
>
> {code:java}
> Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
> Maven home: C:\Tools\apache-maven-3.9.0
> Java version: 17.0.5, vendor: Eclipse Adoptium, runtime: C:\Tools\jdk-17
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)