Upgrade maven-artifact-plugin
to a version that doesn't ban flatten-maven-plugin
#1371
Labels
area:dependencies
Dependency upgrade/update/migration
type:enhancement
Something that already exists needs to be improved
kie-tools
(as all our kie environment) uses an old version of themaven-artifact-plugin
(3.4.1
) which could be upgrade to a newer version (at this time3.5.1
).3.4.1
has the inconvenience that doesn't allow having Reproducible Builds ifmaven-flatten-plugin
is present, and required a configuring themaven-artifact-plugin
to exclude it, see apache/incubator-kie-tools#2455.As a part of this change we should remove the
<pluginIssues>
config and thenot-reproducible-plugins.properties
from@kie-tools/maven-base
.The text was updated successfully, but these errors were encountered: