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

[jira] [Commented] (MNG-6857) When a repository we are referring to , in pom.xml has been made down or shut down . The maven is not handling it appropriately

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

Michael Osipov commented on MNG-6857:
-------------------------------------

Please share logs...

> When a repository we are referring to , in pom.xml has been made down or shut down . The maven is not handling it appropriately
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-6857
>                 URL: https://issues.apache.org/jira/browse/MNG-6857
>             Project: Maven
>          Issue Type: Bug
>          Components: Artifacts and Repositories
>    Affects Versions: 3.6.3
>            Reporter: Devendra Tummala
>            Priority: Critical
>              Labels: patch
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> I am working in Maven-Spring Boot Projects .
> I have a list of repositories listed down in my pom.xml and among those one is down/moved permanently(302 /301 status), then Maven is unable to handle it and downloading some corrupted jars from no where and when we try to "mvn install" ,it states error like "error in opening zip file" for that jar .
>  
> Steps How we resolved that issue--
> 1.Commented out that repository in pom.xml
> 2.Removed that corrupted jar from local repository.
> 3.mvn -U clean  install
>  
> How we are expecting it to be resolved ::
>  # If the repository throws 301/302 , the maven should go to the next available repository listed in pom.xml and should check for this jar .
>  



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