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 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 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