You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2018/09/28 06:02:00 UTC

[jira] [Comment Edited] (MRESOLVER-46) Add support InputStream/OutputStream transformers

    [ https://issues.apache.org/jira/browse/MRESOLVER-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631007#comment-16631007 ] 

Michael Osipov edited comment on MRESOLVER-46 at 9/28/18 6:01 AM:
------------------------------------------------------------------

The implementation does look not that bad, but how are transformers supplied, by Maven Core? How do you make sure that the transformers won't process huge files im memory?


was (Author: michael-o):
The installation does look not that bad, but how as transformers supplie, by Maven Core? How do you make sure that the transformers won't process huge files im memory?

> Add support InputStream/OutputStream transformers
> -------------------------------------------------
>
>                 Key: MRESOLVER-46
>                 URL: https://issues.apache.org/jira/browse/MRESOLVER-46
>             Project: Maven Resolver
>          Issue Type: New Feature
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: 1.1.2
>
>
> There are several ideas to generate new files based on the pom or even rewrite/optimize the pom file itself . At this time Maven Resolver always falls back to a file. The generated file must be reliable, so there should be no need for temporary storage as a file (which could be adjusted by some).
> Instead is must be possible to specify Stream Filters, so the transformation is done in memory.
> Register once, picked up for both install/deploy



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)