You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Steve Kingsland (JIRA)" <ji...@codehaus.org> on 2014/08/15 19:21:10 UTC

[jira] (MSHADE-158) Allow shading of test jar

    [ https://jira.codehaus.org/browse/MSHADE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=351447#comment-351447 ] 

Steve Kingsland commented on MSHADE-158:
----------------------------------------

Can you please update the plugin docs? Currently it just says "(no description)":

http://maven.apache.org/plugins/maven-shade-plugin/shade-mojo.html#shadeTestJar

> Allow shading of test jar
> -------------------------
>
>                 Key: MSHADE-158
>                 URL: https://jira.codehaus.org/browse/MSHADE-158
>             Project: Maven Shade Plugin
>          Issue Type: Improvement
>            Reporter: David Pilato
>            Assignee: Olivier Lamy
>             Fix For: 2.2
>
>
> Heya,
> I'm creating a project which builds two artifacts:
> * project.jar
> * project-tests.jar
> I'm using shade plugin to shade dependencies with package relocation. For example, org.apache goes to com.company.apache package.
> So my project.jar contains relocated classes (com.company.apache).
> But my project-tests.jar still have links to original packages (and dependencies).
> Could it be possible to have an option that shade tests jar as well?
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)