Skip to content

Commit

Permalink
GH-41787: Update fmpp-maven-plugin output directory
Browse files Browse the repository at this point in the history
Per convention fmpp-maven-plugin should not directly generate files
under target/generated-sources but into a subdirectory.

Changing config to output files under `target/generated-sources/fmpp`
  • Loading branch information
laurentgo committed May 22, 2024
1 parent 9ba9253 commit 1e23820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<phase>generate-sources</phase>
<configuration>
<config>src/main/codegen/config.fmpp</config>
<output>${project.build.directory}/generated-sources</output>
<output>${project.build.directory}/generated-sources/fmpp</output>
<templates>${project.build.directory}/codegen/templates</templates>
</configuration>
</execution>
Expand Down

0 comments on commit 1e23820

Please sign in to comment.