Hervé Boutemy created MPMD-285:
----------------------------------
Summary: remove pluginTools version override for build (which
block reproducible build...)
Key: MPMD-285
URL: https://issues.apache.org/jira/browse/MPMD-285
Project: Maven PMD Plugin
Issue Type: Task
Affects Versions: 3.12.0
Reporter: Hervé Boutemy
Assignee: Hervé Boutemy
the plugin pom.xml contains
{code:xml} <properties>
[...]
<mavenPluginToolsVersion>3.5</mavenPluginToolsVersion>
</properties>{code}
this plugin version does not have MPLUGIN-326 fixed, then the build is not
reproducible:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318
we should avoid such overrides when not absolutely useful, and follow
configuration inherited from parents...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)