You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (Jira)" <ji...@apache.org> on 2019/12/19 20:47:00 UTC

[jira] [Commented] (MSHADE-325) Should transitive test dependencies really be eliminated?

    [ https://issues.apache.org/jira/browse/MSHADE-325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000360#comment-17000360 ] 

Karl Heinz Marbaise commented on MSHADE-325:
--------------------------------------------

Sounds like this does not belong to maven-shade-plugin?

> Should transitive test dependencies really be eliminated?
> ---------------------------------------------------------
>
>                 Key: MSHADE-325
>                 URL: https://issues.apache.org/jira/browse/MSHADE-325
>             Project: Maven Shade Plugin
>          Issue Type: Improvement
>            Reporter: Fred Eckertson
>            Priority: Major
>
> The site generation for my project started failing because of a compile error after I upgraded to maven-compiler-plugin 3.8.1. The newer version identifies a change requiring a recompile of the test code. Older versions do not. The second test compile fails because the test code relies on a compile dependency of a test dependency and shade excludes them since they are not direct dependencies.
> Is this really correct behavior? 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)