Replies: 1 comment 1 reply
-
/cc @quarkusio/devtools (maven) |
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.
-
Hello,
I have setup a multi-maven project some services based on Quarkus and some library packages without Quarkus dependencies. I'm using native build via container and IÄm using Intellij Professional for development.
My service has got a reference to my library dependencies, but if I build the service i run into the issue that my library dependencies could not be resolved. I try to run
mvn --also-make package
and it seems to work, but how can I run thequarkus:dev
goal withalso-make
, so that all dependencies of my service will be build?Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions