-
Hi, I'm trying out this plugin as a replacement over https://github.com/xolstice/protobuf-maven-plugin.
Is it possible to include the protobuf-files using this plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
ulejon
Oct 2, 2024
Replies: 1 comment 9 replies
-
Think I just found the answer myself! Adding this configuration did the job: |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
ascopes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Think I just found the answer myself! Adding this configuration did the job:
<embedSourcesInClassOutputs>true</embedSourcesInClassOutputs>