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 7ae0f5a commit 63c6d7dCopy full SHA for 63c6d7d
src/main/java/org/codehaus/plexus/archiver/tar/TarArchiver.java
@@ -304,8 +304,6 @@ else if ( longFileMode.isFailMode() )
304
: options.getUserName() );
305
te.setGroupName((attributes != null && attributes.getGroupName() != null) ? attributes.getGroupName()
306
: options.getGroup());
307
- te.setGroupName( ( attributes != null && attributes.getGroupName() != null ) ? attributes.getGroupName()
308
- : options.getGroup() );
309
310
final int userId =
311
( attributes != null && attributes.getUserId() != null ) ? attributes.getUserId() : options.getUid();
0 commit comments