apache / incubator-kie-drools

Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
http://www.drools.org
5.85k stars 2.49k forks source link

kie-maven-plugin mixes multiple Maven versions: [3.8.6, 3.8.4] #5995

Closed danshome closed 3 months ago

danshome commented 3 months ago

The kie-maven-plugin mixes multiple Maven versions: [3.8.6, 3.8.4]. We get this warning during the build. We see this both in 8.45.0.Final and in 9.44.0.Final.

[WARNING] [WARNING] Plugin [INTERNAL, EXTERNAL] validation issues were detected in following plugin(s) [WARNING] [WARNING] org.kie:kie-maven-plugin:9.44.0.Final [WARNING] Plugin EXTERNAL issue(s): [WARNING] Plugin mixes multiple Maven versions: [3.8.6, 3.8.4] [WARNING] [WARNING] [WARNING] Fix reported issues by adjusting plugin configuration or by upgrading above listed plugins. If no upgrade available, please notify plugin maintainers about reported issues. [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [NONE, INLINE, SUMMARY, BRIEF, VERBOSE]

To reproduce add -Dmaven.plugin.validation=VERBOSE to the .mvn/maven.config and run a build using the kie-maven-plugin.

tkobayas commented 3 months ago

Thank you for reporting. Working on https://github.com/apache/incubator-kie-drools/pull/6004