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

[jira] [Commented] (MSHADE-352) shaded jars are not reproducible

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

Herve Boutemy commented on MSHADE-352:
--------------------------------------

looks like it is caused by the transformer configured in your example:

{code:xml}
                       <configuration>
                            <transformers>
                                <transformer
                                        implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
                            </transformers>
                        </configuration>
{code}

without this transformer, the output is reproducible = what I tested
I didn't think at that case, will need to add support for this use case

> shaded jars are not reproducible 
> ---------------------------------
>
>                 Key: MSHADE-352
>                 URL: https://issues.apache.org/jira/browse/MSHADE-352
>             Project: Maven Shade Plugin
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Michael Brackx
>            Priority: Major
>         Attachments: pom.xml
>
>
> shaded jars are not reproducible
> some files still use the current time iso the project.build.outputTimestamp time
>  * META-INF/MANIFEST.MF
>  * files in META-INF/services/



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