Markus Karg opened MDEP-628 and commented
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).
Affects: 3.1.1
Remote Links:
Markus Karg opened MDEP-628 and commented
The new parameter
fileMappers(default:null) can be set to an implementation of theorg.codehaus.plexus.components.io.filemappers.FileMapperinterface 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 (usingRegExpFileMapper).Affects: 3.1.1
Remote Links: