Skip to content

Commit

Permalink
GH-41787: Update fmpp-maven-plugin output directory (#41788)
Browse files Browse the repository at this point in the history
### Rationale for this change

Per convention fmpp-maven-plugin should not directly generate files under target/generated-sources but into a subdirectory.

### What changes are included in this PR?

Changing config to output files under `target/generated-sources/fmpp`

### Are these changes tested?

CI

### Are there any user-facing changes?

No
* GitHub Issue: #41787

Authored-by: Laurent Goujon <laurent@apache.org>
Signed-off-by: David Li <li.davidm96@gmail.com>
  • Loading branch information
laurentgo committed May 23, 2024
1 parent 9185d7d commit 420c01a
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 420c01a

Please sign in to comment.