I suspect this happens because you have a repository mirror defined in your 
.m2/settings.xml that matches all repos. For example:

  <mirrors>
    <mirror>
      <id>my-mirror</id>
      <name>my-repo</name>
      <url>http://acme.com/my-repo</url>
      <mirrorOf>*</mirrorOf>
    </mirror>
  </mirrors>


________________________________
From: vkulichenko <[email protected]>
Sent: Thursday, March 8, 2018 5:08 PM
To: [email protected]
Subject: Re: Correct build process for Ignite

Build works for me (and most likely for everyone else as there are no
complaints), so it looks like your local issue. I would try the following:
- Clean up local Maven repo.
- Run without custom setting.xml
- Run with verbose output to see if Maven provides more details on the
issue.

-Val



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to