This error is raised when Maven could not access your local repository. This could have the following reasons:

  1. The drive or moint point that contains the local repository is not present.
  2. The file permissions of the operating system prevent Maven from reading and/or writing.

So please verify that your settings.xml specifies a valid directory. Next, ensure that your user account has both read and write access to this directory and all its sub directories and files.

  • No labels