Bukama commented on PR #1311: URL: https://github.com/apache/maven-assembly-plugin/pull/1311#issuecomment-4699098912
**projects\dependency-sets\massembly-969** fails with invalid model ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.8.1-SNAPSHOT:single (assembly) on project massembly-969: Execution assembly of goal org.apache.maven.plugins:maven-assembly-plugin:3.8.1-SNAPSHOT:single failed: Duplicate key linux-x86_64 (attempted merging values org.apache.maven.api.model.Activation@4ea48b2e and org.apache.maven.api.model.Activation@72c704f1) -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.8.1-SNAPSHOT:single (assembly) on project massembly-969: Execution assembly of goal org.apache.maven.plugins:maven-assembly-plugin:3.8.1-SNAPSHOT:single failed: Duplicate key linux-x86_64 (attempted merging values org.apache.maven.api.model.Activation@4ea48b2e and org.apache.maven.api.model.Activation@72c704f1) ``` Guess this comes from all the FX dependencies for all the different OS and they all bring in their profile activation definition. Not yet sure how to fix this, except different ITs with only one dependency per OS. Will think about dinner first 🍽️ -- 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]
