Skip to content

Commit

Permalink
Don't extract file modification time to prevent Maven recompilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisjeremy committed Aug 29, 2024
1 parent a370fae commit 7ee4211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
with:
name: build_target
- name: Extract target directory archive
run: tar -xf target.tar
run: tar -xmf target.tar
- name: Test with Maven
run: ./mvnw -B -V -e -Pcoverage verify -Denforcer.skip=true -Dmaven.resources.skip=true -Dflatten.skip=true -Dmaven.main.skip=true -Dbnd.skip=true -Dassembly.skipAssembly=true -Dmaven.javadoc.skip=true -Dcyclonedx.skip=true -Dformatter.skip=true -Dforbiddenapis.skip=true -DskipTests=false -DskipITs=false
- name: Upload test results
Expand Down

0 comments on commit 7ee4211

Please sign in to comment.