-3

After installing the Spring Tool Suite, I tried to create a maven project and this is what I get in an instant:

enter image description here

enter image description here enter image description here

So waddap Maven/STS creators? How do I make your product work?

ReyAnthonyRenacia
  • 17,219
  • 5
  • 37
  • 56
  • Based on the message I bet you have errors during the build of not downloadable artifacts or network issue...Best is to test on plain command line and see the log output... – khmarbaise Jun 15 '18 at 18:31
  • thanks for the reply good sir. i havent any idea how to use the command line either. im trying to learn this Java Spring thingamajig but these errors are just hampering my curiousity haha. how do i delete maven repositories, if any (coz i've no idea where they're located)? – ReyAnthonyRenacia Jun 15 '18 at 18:38

1 Answers1

0

To any noobs like me who got overwhelmed by this error, here's what I did:

  1. Go to your .m2/repository, where I think Maven stores its configurations files, then wipe it clean, delete all files, delete the 'repository' folder even.
  2. I then closed the STS IDE and restarted it. You can see in 'Progress tab' that Maven is downloading new files.
  3. Saw the same 5 errors, right clicked and clicked 'Quick Fix'. That's it.

This post was helpful too.

ReyAnthonyRenacia
  • 17,219
  • 5
  • 37
  • 56