You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "jks (Jira)" <ji...@apache.org> on 2020/10/26 17:47:00 UTC

[jira] [Created] (MRESOURCES-269) Symlinks cause copying resources to fail

jks created MRESOURCES-269:
------------------------------

             Summary: Symlinks cause copying resources to fail
                 Key: MRESOURCES-269
                 URL: https://issues.apache.org/jira/browse/MRESOURCES-269
             Project: Maven Resources Plugin
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: jks


Copying a symlink fails if the target does not exist.  If the symlink is relative the order that the resources are copied matter.  If A points to B but A is copied before B the copying of A will fail with a non-helpful message "Failed to execute goal ... on project xxx: <file path here>".

 

This started failing for me on 3.2.0 (and works on 3.1.0) but that might be because somewhere in the dependencies the traversal order changed somehow.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)