Skip to content

Commit

Permalink
[STORM-3967] Specify generated sources directory. (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
bipinprasad committed Aug 31, 2023
1 parent 4521994 commit 19f993e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<generatedSourcesDirectory>${project.build.directory}/generated-sources</generatedSourcesDirectory>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 19f993e

Please sign in to comment.