Re: Maven build failing

2017-01-06 Thread Mike Dusenberry
Hi Sandeep, Thanks for reaching out! The error message looks like a local Maven issue. In addition to the suggestion from Felix, another possibility is to remove (or rename) your Maven cache, typically located at `~/.m2`, and then try building again with a fresh start. - Mike -- Michael W.

Re: Maven build failing

2017-01-06 Thread Deron Eriksson
Hi Sandeep, On first guess, the error looks like an issue with the maven central repository being down. If this happens to be the case, one possible solution is to temporarily add a central repo mirror to your .m2/settings.xml file, such as: UK UK Central

Re: Maven build failing

2017-01-06 Thread fschueler
Hi Sandeep, it seems like you can't connect to the maven repository. Can you open the link to the repository in a browser? (https://repo1.maven.org/maven2/) Are you behind a proxy maybe? If nothing else, you can download a binary release from our website to get started working with