You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2021/02/02 20:37:00 UTC

[jira] [Assigned] (MSHADE-286) Shading fails when a dependency's main artifact does not exist

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

Sylwester Lachiewicz reassigned MSHADE-286:
-------------------------------------------

    Assignee:     (was: Mark Struberg)

> Shading fails when a dependency's main artifact does not exist
> --------------------------------------------------------------
>
>                 Key: MSHADE-286
>                 URL: https://issues.apache.org/jira/browse/MSHADE-286
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: Peter De Maeyer
>            Priority: Minor
>
> Shading fails when a dependency's main artifact does not exist, see the methods {{ShadeMojo.invalidMainArtifact/createErrorOutput}} and their caller.
> A similar existence check (luckily) does not exist for the other artifacts: test jar, sources, and test sources.
> This was done intentionally, but it's overly strict because it prohibits a legitimate use case: some projects don't produce a main artifact, but only e.g. a test artifact.
> Such projects can't be shaded because of this existence check.
> It would be better to:
> - Get rid of this check, or at least relax it, such that shading also works for projects that don't produce a main artifact.
> - Complete the symmetry between jar, test jar, sources and test sources by adding a {{shadeJar}} boolean with default value {{true}}, which disables shading of main artifacts in a similar way {{shadeTestJar}}, {{createSourcesJar}} and {{createTestSourcesJar}} work. This will allow shading to disable creation of a main artifact altogether, even when the dependencies _do_ have a main artifact.



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