You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/05/29 11:16:00 UTC

[jira] [Commented] (MNG-6929) Fails behind proxy 407

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

Robert Scholte commented on MNG-6929:
-------------------------------------

https://github.com/apache/maven/blob/master/apache-maven/src/assembly/wrapper/script/download this is the file to fix

> Fails behind proxy 407
> ----------------------
>
>                 Key: MNG-6929
>                 URL: https://issues.apache.org/jira/browse/MNG-6929
>             Project: Maven
>          Issue Type: Bug
>         Environment: Proxy with authentication, http_proxy set without authentication
>            Reporter: Benjamin Marwell
>            Priority: Major
>
> Hi,
>  
> when executing `{color:#0747a6}{{./mvnw}}{color}` behind a proxy and the proxy authentication does not succeed, {color:#0747a6}{{wget}}{color} will still create an empty file {color:#0747a6}{{.mvn/maven-wrapper.jar}}{color}.
>  
> Subsequent calls to {color:#0747a6}{{./mvnw}}{color} will see the existing (but empty) file and maven-wrapper will not attempt to redownload it. There is no clue what is going wrong, the only message is "Main class not found".
>  
> Suggested fixes:
>  * Check curl/wget return codes and delete the files if they got touched.
>  * Even if curl/wget were not invoked, delete empty files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)