Hi Roy, > On 25 Feb 2021, at 10:37, Roy Teeuwen <r...@teeuwen.be> wrote: > > Is there an easy way in intellij to get those OSGi SCR xmls in a junit run > configuration without having to triggering a maven install / bundle execution > plugin first?
Not that I know of. I usually do a mvn clean package when I’m adding tests for new services and the I can run everything from inside Idea. Regards, Radu