You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dan Tran <da...@gmail.com> on 2022/06/13 09:29:41 UTC

maven-wrapper-3.1.1 breaks MVNW_REPOURL?

Hi

After upgrading from 3.1.0 to 3.1.1, we are seeing the following download
error


*23:18:36*  Exception in thread "main" java.io.FileNotFoundException:
https://my.comp.com/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip


where it should be


https://my.comp.com/artifactory/public/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip


anyone facing this issue?


Thanks


-D


very likely due to this change
https://github.com/apache/maven-wrapper/commit/22a3268def96e5e648aa97a49d9e146e529b7c87

Re: maven-wrapper-3.1.1 breaks MVNW_REPOURL?

Posted by Dan Tran <da...@gmail.com>.
found this jira - :-)
https://issues.apache.org/jira/projects/MWRAPPER/issues/MWRAPPER-68

-D

On Mon, Jun 13, 2022 at 2:29 AM Dan Tran <da...@gmail.com> wrote:

>
> Hi
>
> After upgrading from 3.1.0 to 3.1.1, we are seeing the following download
> error
>
>
> *23:18:36*  Exception in thread "main" java.io.FileNotFoundException: https://my.comp.com/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
>
>
> where it should be
>
>
> https://my.comp.com/artifactory/public/org/apache/maven/apache-maven/3.8.6/apache-maven-3.8.6-bin.zip
>
>
> anyone facing this issue?
>
>
> Thanks
>
>
> -D
>
>
> very likely due to this change  https://github.com/apache/maven-wrapper/commit/22a3268def96e5e648aa97a49d9e146e529b7c87
>
>
>