[ https://jira.codehaus.org/browse/MASSEMBLY-731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=356054#comment-356054 ]
Kristian Rosenvold commented on MASSEMBLY-731: ---------------------------------------------- Can be tested on 2.5.1 by adding the following dependencies to your maven-assembly-plugin: <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-io</artifactId> <version>2.3.5</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> <version>2.8.3</version> </dependency> > Assembly plugin bundles symlinks as emtpy folders when directoryMode is set > on fileset > -------------------------------------------------------------------------------------- > > Key: MASSEMBLY-731 > URL: https://jira.codehaus.org/browse/MASSEMBLY-731 > Project: Maven Assembly Plugin > Issue Type: Bug > Affects Versions: 2.5, 2.5.1 > Environment: linux, ubuntu, OS X > Reporter: Hitanjan Sarkar > Assignee: Kristian Rosenvold > Fix For: 2.5.2 > > > The Maven Assembly plugin (v2.5) should bundle symlinks correctly while > assembling resources. > (As per the resolved issue - https://jira.codehaus.org/browse/MASSEMBLY-343) > With v2.4, it was dereferencing and resolving all such symlinks. > With v2.5, it is bundling those symlinks as empty directories. -- This message was sent by Atlassian JIRA (v6.1.6#6162)