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