Marcos created GERONIMO-6431:
--------------------------------

             Summary: support for basic authentication for external maven 
repositories
                 Key: GERONIMO-6431
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6431
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: car-maven-plugin, commands, common, core, kernel
    Affects Versions: 3.0.0
            Reporter: Marcos


There is no support for accessing maven repositories that require 
authentication apart from the plugin repositories which can be added manually 
by editing plugin-repositories.properties. We should add something like that or 
enhance parsing out basic authentication from the url 
(http/s://user:password@rest_of_url). 

This should be done in a place where everyone will benefit (command-line 
parameters, the car-maven-plugin, etc).

I found a todo in the 
org.apache.geronimo.deployment.cli.CommandListConfigurations class....

//todo: provide a way to handle a username and password for the remote repo?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to