[ 
http://jira.codehaus.org/browse/MNG-3474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=205630#action_205630
 ] 

Paul Benedict commented on MNG-3474:
------------------------------------

How about a more powerful --test-connections option? It could test the internet 
and enumerate each proxy printing out the details plus the status of each. 
Perhaps something like:

{noformat}
> mvn --test-connections
[INFO] Connection http://localhost:80 is OK (200)
[INFO] Connection http://proxy.somewhere1.com:80 is not found (404)
[INFO] Connection http://proxyuser:*password*:proxy.somewhere2.com:80 is OK 
(200)
{noformat}

> Add parameter --internet to test Internet access with and without using proxy 
> defined in settings.xml
> -----------------------------------------------------------------------------------------------------
>
>                 Key: MNG-3474
>                 URL: http://jira.codehaus.org/browse/MNG-3474
>             Project: Maven 2 & 3
>          Issue Type: New Feature
>          Components: Command Line
>    Affects Versions: 2.0.8
>            Reporter: Wayne Fay
>             Fix For: 3.0-alpha-8
>
>
> Based on the number of problems we see reported on the User list relating to 
> web proxies, I think this is an area we should attempt to address.
> I think we might seriously want to throw a little code in core-uber that is 
> delivered with the installation that can attempt to access the Internet 
> without any proxy, and then some more code that uses the settings.xml proxy 
> info, to be used for debugging these kinds of situations.
> Then we can tell people, what does "mvn --internet" say?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to