Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [recommenders-dev] Problem while building Code Recommenders

Hi,

> It seems like Maven cannot connect to the repositories and download the
> required libraries.
> Are you connecting internet through a proxy?
> If you are, you should change the proxy settings of Maven
> configurations. This link[1]
> <http://www.mkyong.com/maven/how-to-enable-proxy-setting-in-maven/> will
> help you to do that.

yes, if you connect through a proxy, you may experience download issues.

Another thing that occasionally causes a failure with the same symptoms
is an unavailable mirror. Normally, just building again is enough to fix
it, as it is highly likely that a different p2 mirror is picked, but you
can also force this on the mvn command line:

  -Dtycho.disableP2Mirrors=true

Hope this helps.

Andreas

-- 
Codetrails UG (haftungsbeschränkt)
The knowledge transfer company

Robert-Bosch-Str. 7, 64293 Darmstadt
Mobile: +49-170-811-3791
http://www.codetrails.com/

Managing Director: Dr. Marcel Bruch
Handelsregister: Darmstadt HRB 91940


Back to the top