You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Esteban Cristóbal Rodríguez (JIRA)" <ji...@apache.org> on 2019/08/09 14:58:00 UTC

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

Esteban Cristóbal Rodríguez created MDEP-658:
------------------------------------------------

             Summary: 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


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)