You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Markus KARG (JIRA)" <ji...@codehaus.org> on 2014/03/18 15:34:59 UTC

[jira] (MDEP-437) Create symbolic links instead of physical copies

Markus KARG created MDEP-437:
--------------------------------

             Summary: Create symbolic links instead of physical copies
                 Key: MDEP-437
                 URL: https://jira.codehaus.org/browse/MDEP-437
             Project: Maven Dependency Plugin
          Issue Type: New Feature
          Components: copy
    Affects Versions: 2.8
         Environment: JDK 7u51, Win 7 Pro SP1 (64 Bit)
            Reporter: Markus KARG


When copying lots of resources, especially huge ones (e. g. we are dealing with two gigabytes (!) split up into several 100 MB large binaries) it is tedious to wait until the copy task has performed real physical copies...

Since JRE 7 Java (which is public for years meanwhile) can deal with symbolic links, it would be really cool if one could add a <symlink>true</symlink> configuration option, so the plugin could simply go the fast lane and use symbolic links instead of physical copies.

For backwards compatibility unfortunately the default has to be "false". :-(



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)