[ http://jira.codehaus.org/browse/MCLEAN-10?page=all ]

Joakim Erdfelt closed MCLEAN-10.
--------------------------------

    Resolution: Fixed

Work has already been done.
file-management 1.0 has followSymlinks implemented.

http://svn.apache.org/viewvc/maven/shared/tags/file-management-1.0/src/main/java/org/apache/maven/shared/model/fileset/util/FileSetManager.java?view=markup

I tested the <followSymlinks>false</followSymlinks> functionality on my local 
linux machine by linking in some content from ~/tmp/ into a sample projects 
${basedir}/target/foo  works as advertised.

> Option to "mvn clean" task not to follow soft links
> ---------------------------------------------------
>
>                 Key: MCLEAN-10
>                 URL: http://jira.codehaus.org/browse/MCLEAN-10
>             Project: Maven 2.x Clean Plugin
>          Issue Type: New Feature
>         Environment: UNIX
>            Reporter: Roar Lauritzsen
>            Priority: Minor
>
> Our project builds an executable into our "install" subproject under 
> "install/target". To do a test-run of this executable, I usually symlink a 
> directory containing about 1 million test-data files into the directory tree 
> below "target". I much prefer symlinking this test-data directory instead of 
> copying it, because of the time it takes to copy.
> However, if I inadvertently do "mvn clean" without removing this link, maven 
> will follow the symlink and recursively remove my whole input document 
> directory.
> An option to "mvn clean", like "dontFollowSymlinks", could do the trick

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to