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

Delany commented on MWRAPPER-101:
---------------------------------

Thanks, MVNW_VERBOSE helped me figure it out. There probably was network, just 
very slow.

For the proxied repo, I need to provide credentials, and I would rather not use 
the env vars or userinfo options: 
[https://maven.apache.org/wrapper/#using-basic-authentication-for-distribution-download]

I want to keep my credentials in settings.xml (so that 
[https://maven.apache.org/guides/mini/guide-encryption.html]) and use the 
mirror option 
[https://maven.apache.org/wrapper/#using-a-maven-repository-manager] but its 
not clear how I would do this. The mirror with <mirrorOf>central</mirrorOf> 
could mirror the *distributionUrl* and *wrapperUrl* since they are both at 
Maven central, and maven always defines the central repo in the super pom.

But with mvnd the situation is different because *distributionUrl* points to 
downloads.apache.org

 

> Cannot set distributionUrl to maven-mvnd
> ----------------------------------------
>
>                 Key: MWRAPPER-101
>                 URL: https://issues.apache.org/jira/browse/MWRAPPER-101
>             Project: Maven Wrapper
>          Issue Type: Bug
>          Components: Maven Wrapper Scripts
>    Affects Versions: 3.2.0
>         Environment: Linux
>            Reporter: Delany
>            Priority: Major
>
> Issue MWRAPPER-80 should have allowed me to set
> {code:java}
> distributionUrl=https://downloads.apache.org/maven/mvnd/0.9.0/maven-mvnd-0.9.0-bin.zip
>  {code}
> When I run `./mvnw wrapper:wrapper -Dmaven=3.9.0 -Dtype=only-script` then 
> change the URL as above, and then run `./mvnw validate -N -X` Maven hangs 
> with no output and no network activity.
> If I use a proxied Nexus repository for download.apache.org Maven exits 
> immediately with exit code 6.
> If I try avoid the guessing and set the final binary name
> {code:java}
> distributionUrl=https://downloads.apache.org/maven/mvnd/0.9.0/maven-mvnd-0.9.0-linux-amd64.tar.gz{code}
> I get this message "distributionUrl is not valid, must match *-bin.zip or 
> maven-mvnd-*.zip"
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to