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 0163856 commit 8416ef4Copy full SHA for 8416ef4
src/main/java/org/codehaus/plexus/archiver/AbstractArchiver.java
@@ -368,6 +368,7 @@ public void addFileSet( @Nonnull final FileSet fileSet )
368
// is an interesting cause of grief, see PLXCOMP-192
369
final PlexusIoFileResourceCollection collection = new PlexusIoFileResourceCollection();
370
collection.setFollowingSymLinks( true );
371
+ getLogger().info( "setFollowingSymLinks done" );
372
373
collection.setIncludes( fileSet.getIncludes() );
374
collection.setExcludes( fileSet.getExcludes() );
0 commit comments