pefernan opened a new issue, #3981: URL: https://github.com/apache/incubator-kie-tools/issues/3981
`kie-tools` (as all our kie environment) uses an old version of the `maven-artifact-plugin` (`3.4.1`) which could be upgrade to a newer version (at this time `3.5.1`). `3.4.1` has the inconvenience that doesn't allow having *Reproducible Builds* if `maven-flatten-plugin` is present, and required a configuring the `maven-artifact-plugin` to exclude it, see https://github.com/apache/incubator-kie-tools/pull/2455. As a part of this change we should remove the `<pluginIssues>` config and the `not-reproducible-plugins.properties` from `@kie-tools/maven-base`. > IMPORTANT: at this time `maven-artifact-plugin` (`3.5.1`) requires `maven-quarkus-plugin` to be upgraded to `3.9.0` which is not LTS, so only do this upgrade after upgrading the `Quarkus` version too. -- 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]
