lwr edited a comment on issue #2: [MRESOLVER-98] resolver ant task doesn't obey 
dependencyManagement
URL: 
https://github.com/apache/maven-resolver-ant-tasks/pull/2#issuecomment-601711529
 
 
   @snoopyhzy that project is already retired, no any issue reporting will be 
fixed and has no meaning.
   
   I had found the same problem what you reported I in 
https://issues.apache.org/jira/browse/MANTTASKS-251
   
   That issue only occurs while processing dependency with type=import (mirror 
not being applied), in most situations that is not a problem until recently 
that http://repo1.maven.org being shutdown (enforcing https accessing).
   
   We have several choices:
   1. first I try maven-resolver-ant-tasks and now I am being here
   2. secondly I try patch the super pom as last comment, and that works.
   3. meanwhile run command `mvn dependency:resolve` before the ant execution, 
would help workaround the download problem, both "central repo http problem" 
and "mirror problem"
       ```bash
       mvn dependency:resolve -s settings.xml
       ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to