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 2022/07/25 06:49:00 UTC

[jira] [Commented] (MRESOURCES-288) make test jar reproducible

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

Herve Boutemy commented on MRESOURCES-288:
------------------------------------------

as noted by olamy on the dev ml, we can also question why this tests.jar is published for 3.3.0: it was not in previous releases like [3.2.0|http://example.com|https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.2.0/]

> make test 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
>            Priority: Major
>
> 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)