Open
Description
Description
I would like to be able to put resources or code that is used only in dev mode into a source folder that is only added to the classpath for dev mode, ie src/quarkusDev
(src/quarkusDev/java
, src/quarkusDev/resources
etc)
At the moment I am able to add dependencies specifically for dev mode, but it seems not code or resources.
It might be nice to also have these added to the test classpath.
Implementation ideas
No response
Activity