From issues-return-138351-archive-asf-public=cust-asf.ponee.io@maven.apache.org Wed Sep 26 14:01:39 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 310CC180675 for ; Wed, 26 Sep 2018 14:01:39 +0200 (CEST) Received: (qmail 25416 invoked by uid 500); 26 Sep 2018 12:01:38 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 25405 invoked by uid 99); 26 Sep 2018 12:01:38 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2018 12:01:38 +0000 From: GitBox To: issues@maven.apache.org Subject: [GitHub] mkarg opened a new pull request #5: [MDEP-628] Parameter `fileMappers` for unpack path rewriting Message-ID: <153796329757.12929.12685602008289448854.gitbox@gitbox.apache.org> Date: Wed, 26 Sep 2018 12:01:37 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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