When I create a new maven module containing Groovy code, IDEA creates this:
... <configuration> <scripts> <script>src/main/groovy/Main.groovy</script> </scripts> </configuration> ... I am not doing groovy scripts! I'm writing complied groovy code. Is there any way to make IDEA aware of this ? I would have also sent this to JetBrains, but found no email address to their support. I can of course fix this manually in pom after creating a maven module , but much more prefer to being able to tell IDEA this and have it generate valid POMs for me. Any suggestions are apprecieated! Tommy Svensson [email protected] mailto:[email protected]ÖppnaKopiera
