Basic Maven Project Setup and Cleaning Instructions

If you encounter issues with your Maven project, follow these steps:

Initial Setup

  1. Copy the Maven project under your workspace
  2. Import it as existing Maven project in your workspace
  3. Then Force update maven project

If Initial Setup Doesn't Work

  1. Run Maven Goals - clean compile
  2. Project clean

If Problems Persist

If the above steps don't work:

  1. Exit from STS (IDE)
  2. Delete <repository> folder from under .m2 directory
  3. Re-enter IDE
  4. Then Force update maven project
  5. Run Maven clean and project clean

This should download maven dependencies properly.