When I try to run the maven command I get the error mentioned above
The command I use is mvn clean verify sonar:sonar -Dsonar.login=<my generated key from SonarQube>
I am using the latest version of SonarQube as well as the plugin
pom.xml dependency:
Sorry for the bother, I have now updated my files as per the documents and I have managed to get passed the validation issue, but I am presented with a new one now unfortunately
Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project template: Unable to execute SonarQube: INVALID HASH: File C:\Users\Jaco.sonar\cache_tmp\fileCache15659862007500712528.tmp was expected to have hash 84d072286239bb1c3cd904006c90b84edf6e9ab5 but was downloaded with hash d41d8cd98f00b204e9800998ecf8427e → [Help 1]
From what I have seen is that the solution is to restart the SonarQube server which I have done multiple times now but I am still getting the same problem
I have also deleted the cache folders but no luck
Any advice on what could be going wrong here?
Thanks in advance