You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/07/30 07:36:12 UTC

[GitHub] [maven-dependency-plugin] mkarg opened a new pull request #87: [MDEP-437] - mdep.link=true creates symlink instead of physical copy

mkarg opened a new pull request #87:
URL: https://github.com/apache/maven-dependency-plugin/pull/87


   This PR proposes an implementation of [MDEP-437]: It provides a new property `mdep.link=true` (default is `false`) which lets the `copy` mojo produce symlinks instead of physical copies.
   
   The benefit is that the user of this mojo now has control whether to invest time and space for real copies, or whether to spare it and just live with symbolic links.
   
    - [x] I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-dependency-plugin] mkarg commented on pull request #87: [MDEP-437] - mdep.link=true creates symlink instead of physical copy

Posted by GitBox <gi...@apache.org>.
mkarg commented on pull request #87:
URL: https://github.com/apache/maven-dependency-plugin/pull/87#issuecomment-666537565


   > How is this IT supposed to pass on Windows?
   
   We could simply skip it.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-dependency-plugin] michael-o commented on pull request #87: [MDEP-437] - mdep.link=true creates symlink instead of physical copy

Posted by GitBox <gi...@apache.org>.
michael-o commented on pull request #87:
URL: https://github.com/apache/maven-dependency-plugin/pull/87#issuecomment-665955025


   How is this IT supposed to pass on Windows?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-dependency-plugin] mkarg commented on pull request #87: [MDEP-437] - mdep.link=true creates symlink instead of physical copy

Posted by GitBox <gi...@apache.org>.
mkarg commented on pull request #87:
URL: https://github.com/apache/maven-dependency-plugin/pull/87#issuecomment-683166345


   > How is this IT supposed to pass on Windows?
   
   I have added a check that (as best as it can) solves the problem with Windows by checking if symlinks are supported at all. Test drive with Linux and Windows worked well. @michael-o WDYT?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [maven-dependency-plugin] mkarg commented on pull request #87: [MDEP-437] - mdep.link=true creates symlink instead of physical copy

Posted by GitBox <gi...@apache.org>.
mkarg commented on pull request #87:
URL: https://github.com/apache/maven-dependency-plugin/pull/87#issuecomment-687586435


   As there had been no further change requests, I hereby ask everybody for review. :-)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org