quarkus-openapi-generator: How to generate somewhere else than in ./target ? #50601
nicolasduminil
started this conversation in
Community
Replies: 0 comments
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,
The
quarkus-openapi-generatorextension generates in the./target/generated-sourcesdirectory. Is it possible to change the destination of the generated files, for example to be in./src/main/java? This way, in a multi-module Maven project, one of the module could be dedicated to build a separate JAR with the generated artifacts.Many thanks in advance.
Nicolas
Beta Was this translation helpful? Give feedback.
All reactions