You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2019/04/21 15:12:00 UTC

[jira] [Created] (MPMD-285) remove pluginTools version override for build (which block reproducible build...)

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)