Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

LinkMojo creates symbolic links to artifacts #86

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

mkarg
Copy link

@mkarg mkarg commented Jun 1, 2016

This new mojo does the same as the copy mojo, but instead of really moving bytes around it simply creates symbolic links to the original storage location. When having to copy large amounts of data just for the sake of getting a particular on-disk structure in the end, this new mojo can spare huge amounts of time -- and plenty of disk space.

Warning: Windows requires users to have right to create symlinks, which by default only admins have in elevated mode. Hence TestLinkMojo and LinkMojo both will fail if not executed with sufficient access rights and / or elevated mode. This is not a bug but intended beavior of the Windows(R) operating system family. To effectively work with this mojo the user account should be a non-administrator, which got assigned the needed access rights by an administrator.

Note: This PR discovers a bug in plexus-utils, hence bug fix found in PR 13 is essentially needed to pass tests!

@mkarg
Copy link
Author

mkarg commented May 21, 2017

As [PR 13] is merged meanwhile, I'd kindly like to ask for review now. :-)

Warning: Windows requires users to have right to create symlinks, which
by default only admins have in elevated mode. Hence TestLinkMojo and
LinkMojo both will fail if not executed with sufficient access rights
and / or elevated mode.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant