[GitHub] maven-shared pull request #12: bug fix: silently fails overwriting symlinks

2016-06-14 Thread mkarg
GitHub user mkarg opened a pull request: https://github.com/apache/maven-shared/pull/12 bug fix: silently fails overwriting symlinks When A is an existing symlink to B, then createSymbolicLink(A,C) does neither overwrite A->B by A->C (as expected in analogy to the be

[GitHub] maven-plugins pull request #86: LinkMojo creates symbolic links to artifacts

2016-06-01 Thread mkarg
GitHub user mkarg opened a pull request: https://github.com/apache/maven-plugins/pull/86 LinkMojo creates symbolic links to artifacts 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

[GitHub] maven-plugins pull request: Can unpack ZIP archives with custom en...

2016-05-11 Thread mkarg
GitHub user mkarg opened a pull request: https://github.com/apache/maven-plugins/pull/85 Can unpack ZIP archives with custom encodings Sometimes there is a need to unpack ZIP files which are encoded in particular encodings. As it is impossible to automatically detect the encoding