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 Andreas and Madhuranga,
Thanks for your replay. It appears that I possibly have some wrong
configuration, possibly from a previous build attempt. Removing the
maven cache (I actually remove the .m2 folder and reinstall maven) in
this case helps me to successfully complete the build. Everything
works fine now. Thanks much.

-Muhammad

On Sat, Feb 1, 2014 at 3:58 PM, Andreas Sewe
<andreas.sewe@xxxxxxxxxxxxxx> wrote:
> 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
> _______________________________________________
> recommenders-dev mailing list
> recommenders-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/recommenders-dev


Back to the top