Skip to content

Commit

Permalink
Fix JENKINS-11867
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed Mar 31, 2012
1 parent 819852f commit 69dbb8f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -54,6 +54,7 @@ public List<File> getDeployedFiles() {
copyTask.setOverwrite(false);
copyTask.setIncludeEmptyDirs(true);
copyTask.setFlatten(flatten);
copyTask.setPreserveLastModified(true);
copyTask.setPreservePermissions(true);

try {
Expand Down

0 comments on commit 69dbb8f

Please sign in to comment.