You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamas Cservenak (Jira)" <ji...@apache.org> on 2023/03/21 11:47:00 UTC

[jira] [Closed] (MRESOURCES-288) make tests jar reproducible

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

Tamas Cservenak closed MRESOURCES-288.
--------------------------------------
    Resolution: Fixed

> make tests jar reproducible
> ---------------------------
>
>                 Key: MRESOURCES-288
>                 URL: https://issues.apache.org/jira/browse/MRESOURCES-288
>             Project: Maven Resources Plugin
>          Issue Type: Improvement
>    Affects Versions: 3.3.0
>            Reporter: Herve Boutemy
>            Assignee: Herve Boutemy
>            Priority: Major
>             Fix For: 3.3.1
>
>
> found when rebuilding release 3.3.0:
> {noformat}
> $ diffoscope target/reference/maven-resources-plugin-3.3.0-tests.jar target/maven-resources-plugin-3.3.0-tests.jar
> --- target/reference/maven-resources-plugin-3.3.0-tests.jar
> +++ target/maven-resources-plugin-3.3.0-tests.jar
> ├── zipinfo {}
> │ @@ -404,15 +404,15 @@
> │  -rw-r--r--  2.0 unx       39 b- defN 22-Jul-23 17:48 unit/test-dir/resourceSystemProperties_Filtering/src/test/resources/file4.txt
> │ --rw-r--r--  2.0 unx       95 b- defN 22-Jul-23 17:48 unit/test-dir/resourceSystemProperties_Filtering/target/classes/file4.txt
> │ +-rw-r--r--  2.0 unx       80 b- defN 22-Jul-23 17:48 unit/test-dir/resourceSystemProperties_Filtering/target/classes/file4.txt
> │  -rw-r--r--  2.0 unx        0 b- defN 22-Jul-23 17:48 unit/test-dir/resourceTargetPath/src/main/resources/file4.txt
> ├── unit/test-dir/resourceSystemProperties_Filtering/target/classes/file4.txt
> │ @@ -1 +1 @@
> │ -current-working-directory = D:\\Entwicklung\\Projekte\\maven-resources-plugin\\target\\checkout
> │ +current-working-directory = /Users/hboutemy/dev/tmp/maven-resources-plugin-3.3.0
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)