Spring all open - how to enable in intellij

I enabled the all open compiler plugin for spring in my maven parent pom.
However the IDE-triggered compiler still generates final classes, is there any switch I can push in Intellij to make it use the plugin when I’m not compiling with maven?

For Gradle, IntelliJ figures this out from the Gradle Build files when re-importing the project from Gradle, and adds it automatically to the module compiler options.

Is there a similar feature for Maven, to re-import the Maven POM’s after changes have been made?