This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new fc27f2c20 fix: specify the code generation directory for raft.proto
(#2057)
fc27f2c20 is described below
commit fc27f2c200150c19f0a238182d14e69971cb466c
Author: Simon Cheung <[email protected]>
AuthorDate: Wed Dec 21 16:23:42 2022 +0800
fix: specify the code generation directory for raft.proto (#2057)
---
hugegraph-core/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/hugegraph-core/pom.xml b/hugegraph-core/pom.xml
index e0e3a887c..0be30c9f0 100644
--- a/hugegraph-core/pom.xml
+++ b/hugegraph-core/pom.xml
@@ -280,6 +280,7 @@
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>protoc-java</pluginId>
<protoSourceRoot>${project.basedir}/src/main/resources/proto</protoSourceRoot>
+
<outputDirectory>${basedir}/target/generated-sources/protobuf/java</outputDirectory>
</configuration>
<executions>
<execution>