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 2019/08/10 19:58:00 UTC

[jira] [Commented] (MDEP-658) Send dependency tree output to HTTP endpoints

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

Michael Osipov commented on MDEP-658:
-------------------------------------

I am rejecting this change because this is completely out of scope of this plugin. You are free to pipe this data to {{curl}} and do what ever you want.

> Send dependency tree output to HTTP endpoints
> ---------------------------------------------
>
>                 Key: MDEP-658
>                 URL: https://issues.apache.org/jira/browse/MDEP-658
>             Project: Maven Dependency Plugin
>          Issue Type: New Feature
>          Components: tree
>    Affects Versions: 3.1.1
>            Reporter: Esteban Cristóbal Rodríguez
>            Priority: Minor
>
> Apart from writing the dependency tree on console or in a file, it would be useful if it could be sent over HTTP to be processed by a third-party service, such a ELK stack or some other tool that could process it.
> After a quick overview of the source code, it seems that the following task should be made to implement this enhancement:
>  * Define a new property to store the service URL.
>  * Apply the Strategy and Abstract Factory design patterns to implement in an extensible way the runtime selection of dependency tree output.
>  * Define properties to store authentication data required by HTTP endpoints.
>  * Implement support for HTTP authentication: basic on a first step, and OAuth2 later on.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)