Maven, dev mode and resources #39737
lecogiteur
started this conversation in
Community
Replies: 2 comments 13 replies
-
Not sure it's possible but @aloubyansky will know for sure. |
Beta Was this translation helpful? Give feedback.
12 replies
-
Actually, the following works
Adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a directory X in my test resources. When I launch
quarkus dev
I would want this directory is added to classpath.I try this:
But it doesn't work.
I don't want this directory when I build the prod release. Only in dev mode.
How to do that?
Beta Was this translation helpful? Give feedback.
All reactions