I have a Grails project with pom.xml that is treated as Maven project by IntelliJ
When I execute a Grails command using the CTRL + ALT + g shortcut Intellij directs it to maven.
This works correctly for most Grails commands.
The problem is some commands fails to execute for example – run-app
How can I run Grails commands from Intellij IDEA using the Grails console when the project is treated as a maven project.
I have created bug. This comment helped me:
After commenting plugin in pom.xml everything works ok