0

I just started using the MacBook with the M1 chip and I just git-cloned my spring boot project through IntelliJ and I have installed the same java version and set its path and SDK. Everything is great actually and it runs but I get an error in my pom.xml file that says "Plugin 'org.apache.maven.plugins:maven-release-plugin:' not found". I have installed maven through homebrew. I have set its path and I have tried the different solutions provided online but the error stays the same. Can you helpThe result I'm getting

Can you please help me out

  • Have you run mvn command yet? I guess the plugin is not yet downloaded but run the mvn command and it will. – grekier Jun 13 '22 at 11:16
  • 1
    try running `mvn clean install` it will start downloading the plugin. – TechGeek Jun 13 '22 at 13:10
  • If the maven command succeeds and the error persists, try reloading. Idea sometimes has a hard time noticing changes, especially in plugins. Try restarting the idea if this doesn’t help: https://stackoverflow.com/questions/9980869/force-intellij-idea-to-reread-all-maven-dependencies – slindenau Jun 13 '22 at 18:15

0 Answers0