mareknovotny opened a new issue, #6282: URL: https://github.com/apache/incubator-kie-drools/issues/6282
There is `com.github.eirslett:frontend-maven-plugin` version not defined and base on maven binary the version is resolved to different versions. See this: ``` (main) mvn clean [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.kie:drools-docs:pom:999-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for com.github.eirslett:frontend-maven-plugin is missing. @ line 91, column 15 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. ``` Suggested solution would be to define the version in pluginManagement of Drools parent pom.xml -- 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]
