[
https://issues.apache.org/jira/browse/MRESOURCES-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703155#comment-17703155
]
Tamas Cservenak commented on MRESOURCES-288:
--------------------------------------------
PR moves out of tests-jar the UT outputs, hence tests-jar contains only the
component for IT and resources from under src/test/resources, no more target in
there. IMHO this should make it work.
> 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)