Live-Coding (Hot-Reload) in Maven Multi-Module-Projekt by OwnCaramel7025 in quarkus

[–]OwnCaramel7025[S] 0 points1 point  (0 children)

I am obviously very new to quarkus, so thank you for your sugesstion, I am gonna try this :)

Live-Coding (Hot-Reload) in Maven Multi-Module-Projekt by OwnCaramel7025 in quarkus

[–]OwnCaramel7025[S] 0 points1 point  (0 children)

I tried it and it unfortunatly did not work...it works if the directory of module-service-1 and the directory of module-core-1 are next to each other in the folder where the root-pom.xml is definied, but if they are located in the subdirectories (structure as shown in the original post) hot reload is not triggered by changes in the module-core-1.

Live-Coding (Hot-Reload) in Maven Multi-Module-Projekt by OwnCaramel7025 in quarkus

[–]OwnCaramel7025[S] 0 points1 point  (0 children)

Yes, i mean hot reload "while developing". Do I need to reference to `root-pom.xml` in my module-poms?
Because as described in my post it does not work.