We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c6d7d commit dfcd8eaCopy full SHA for dfcd8ea
src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java
@@ -284,8 +284,6 @@ else if ( longFileMode.isFailMode() )
284
long teLastModified = entry.getResource().getLastModified();
285
te.setModTime( teLastModified == PlexusIoResource.UNKNOWN_MODIFICATION_DATE ? System.currentTimeMillis()
286
: teLastModified );
287
- te.setModTime(teLastModified == PlexusIoResource.UNKNOWN_MODIFICATION_DATE ? System.currentTimeMillis()
288
- : teLastModified);
289
290
if (entry.getType() == ArchiveEntry.SYMLINK){
291
te.setSize( 0 );
0 commit comments