This is an automated email from the ASF dual-hosted git repository.
bipinprasad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 19f993ee0 [STORM-3967] Specify generated sources directory. (#3576)
19f993ee0 is described below
commit 19f993ee09b15db0933ef70b1ed5ea97c06aabf4
Author: Bipin Prasad <[email protected]>
AuthorDate: Thu Aug 31 07:17:39 2023 -0700
[STORM-3967] Specify generated sources directory. (#3576)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 304461688..ce5e8ed53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>