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 2017/05/01 16:12:04 UTC

[jira] [Updated] (MPMD-230) Required class missing: org/apache/commons/io/IOUtils

     [ https://issues.apache.org/jira/browse/MPMD-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MPMD-230:
-------------------------------
    Description: 
if MNG-6135 gets implemented without MNG-5739, test-scoped direct dependencies will be removed from compile scope, causing execution issues since compile scope requires these transitive dependencies

removing the {{test}} scope on direct dependencies is a workaround for MNG-5739, because the dependencies are not really direct compile dependencies: if MNG-5739 gets implemented, we'll be able to put back the {{test}} scope for the direct dependencies, since this is the real requirement

> Required class missing: org/apache/commons/io/IOUtils
> -----------------------------------------------------
>
>                 Key: MPMD-230
>                 URL: https://issues.apache.org/jira/browse/MPMD-230
>             Project: Maven PMD Plugin
>          Issue Type: Bug
>            Reporter: Christian Schulte
>            Assignee: Christian Schulte
>            Priority: Blocker
>             Fix For: 3.8
>
>
> if MNG-6135 gets implemented without MNG-5739, test-scoped direct dependencies will be removed from compile scope, causing execution issues since compile scope requires these transitive dependencies
> removing the {{test}} scope on direct dependencies is a workaround for MNG-5739, because the dependencies are not really direct compile dependencies: if MNG-5739 gets implemented, we'll be able to put back the {{test}} scope for the direct dependencies, since this is the real requirement



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)