[ https://issues.apache.org/jira/browse/MRESOURCES-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17571018#comment-17571018 ]
Herve Boutemy edited comment on MRESOURCES-288 at 12/27/22 9:37 AM: -------------------------------------------------------------------- The test JAR is used by an IT. Some filter is used: https://github.com/apache/maven-resources-plugin/commit/1ffd9d68f406b0e0d809e37be5ff1a8e0e48dec6#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8 Either we fix the property, if relevant or we simply copy the resource for the IT. was (Author: michael-o): The test JAR is used by an IT. Some filter is used. Either we fix the property, if relevant or we simply copy the resource for the IT. > 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 > 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)