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 2934db6 commit 24fb1ffCopy full SHA for 24fb1ff
src/main/java/org/codehaus/plexus/archiver/AbstractArchiver.java
@@ -367,7 +367,7 @@ public void addFileSet( @Nonnull final FileSet fileSet )
367
// The PlexusIoFileResourceCollection contains platform-specific File.separatorChar which
368
// is an interesting cause of grief, see PLXCOMP-192
369
final PlexusIoFileResourceCollection collection = new PlexusIoFileResourceCollection();
370
- collection.setFollowingSymLinks( false );
+ collection.setFollowingSymLinks( true );
371
372
collection.setIncludes( fileSet.getIncludes() );
373
collection.setExcludes( fileSet.getExcludes() );
0 commit comments