0

Good afternoon in my timezone.

In the Intellij IDE when i add the rebel.xml file throught the context menu, the file is created in the *\src\main\java folder when i want to be created at resources folder. I am using maven. Can anyone help on this one ?

Best regards Thanks in advance

tt0686
  • 1,771
  • 6
  • 31
  • 60

2 Answers2

2

Check zeroturnaround quick start

https://zeroturnaround.com/software/jrebel/quickstart/intellij/#!/project-configuration

In Intellij IDEA 2016.1.1 open View > Tool Windows > JRebel. The JRebel Modules window opens.

Use JRebel modules to generate rebel.xml

JRebel modules

Issam El-atif
  • 2,366
  • 2
  • 17
  • 22
  • I use that , but the file rebel.xml is generated at src/main/java instead , it should be generated at resources folder – tt0686 Oct 11 '16 at 13:53
0

For some reason in ItelliJ settings/plugins the Maven Integration was disable, i enable it and stars work correctly

Thanks everyone

tt0686
  • 1,771
  • 6
  • 31
  • 60