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 2018/09/26 12:01:37 UTC

[GitHub] mkarg opened a new pull request #5: [MDEP-628] Parameter `fileMappers` for unpack path rewriting

mkarg opened a new pull request #5: [MDEP-628] Parameter `fileMappers` for unpack path rewriting
URL: https://github.com/apache/maven-dependency-plugin/pull/5
 
 
   Solving [MDEP-628](https://issues.apache.org/jira/browse/MDEP-628).
   
   The new parameter `fileMappers` (default: `null`) can be set to an implementation of the `org.codehaus.plexus.components.io.filemappers.FileMapper` interface to rewrite the target path of each unpacked file.
   
   This is useful in case prefixes of target files names within the target directory shall be added (using `PrefixFileMapper`), changed or omitted (using `RegExpFileMapper`).
   
   **This PR is dependent of [PR #100](https://github.com/codehaus-plexus/plexus-archiver/pull/100) of *Plexus Archiver*.**

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services