Skip to content

Commit 8416ef4

Browse files
committed
notify we’re used
1 parent 0163856 commit 8416ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/codehaus/plexus/archiver/AbstractArchiver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ public void addFileSet( @Nonnull final FileSet fileSet )
368368
// is an interesting cause of grief, see PLXCOMP-192
369369
final PlexusIoFileResourceCollection collection = new PlexusIoFileResourceCollection();
370370
collection.setFollowingSymLinks( true );
371+
getLogger().info( "setFollowingSymLinks done" );
371372

372373
collection.setIncludes( fileSet.getIncludes() );
373374
collection.setExcludes( fileSet.getExcludes() );

0 commit comments

Comments
 (0)