79393197

Date: 2025-01-28 08:57:28
Score: 3
Natty:
Report link

I have the same problem, I fixed it with installing maven.

  1. Download maven from https://maven.apache.org/download.cgi
  2. Unzip in disk C.
  3. Add the bin folder in the system enviroment path C:\maven\bin (win button , in search type enviroment variables, System Variables on path add C:\maven\bin )
  4. in cmd type mvn -v to see does is installed.
  5. Then i restart intelij.
  6. And in intelij in the terminal run this command mvn clean install.
  7. After this everything was ok.

I hope i dont miss something, and this will help on next person that read.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-2): I fixed
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Evgo