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 2019/06/04 15:43:12 UTC

[GitHub] [maven-resolver-ant-tasks] dprunier opened a new pull request #1: Use a FileResource instead of PathElement for easier copy of path created by Resolve

dprunier opened a new pull request #1: Use a FileResource instead of PathElement for easier copy of path created by Resolve
URL: https://github.com/apache/maven-resolver-ant-tasks/pull/1
 
 
   Because Maven artifacts are added using an absolute path in the Resolve task, it makes copying them around rather tedious, as you have to use the flatten attribute to discard the full path.
   
   This PR replaces PathElement with FileResource, which allows to separate the base directory from the file name and make default copy work out of the box.

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