Skip to content

Commit

Permalink
chore: compile
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Feb 25, 2024
1 parent 2bdf897 commit 2c4ff51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions hugegraph-pd/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hg-pd-grpc/src/main/java/
14 changes: 7 additions & 7 deletions hugegraph-pd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@

<modules>
<module>hg-pd-grpc</module>
<module>hg-pd-client</module>
<module>hg-pd-core</module>
<module>hg-pd-service</module>
<module>hg-pd-common</module>
<module>hg-pd-dist</module>
<module>hg-pd-clitools</module>
<module>hg-pd-test</module>

<module>hg-pd-client</module>
<!-- TODO: uncomment later -->
<!-- <module>hg-pd-core</module> -->
<!-- <module>hg-pd-service</module> -->
<!-- <module>hg-pd-dist</module> -->
<!-- <module>hg-pd-clitools</module> -->
<!-- <module>hg-pd-test</module> -->
</modules>

<properties>
Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
<modules>
<module>hugegraph-server</module>
<module>hugegraph-pd</module>
<module>hugegraph-store</module>
<!-- TODO: uncomment when merge into store -->
<!-- <module>hugegraph-store</module> -->
</modules>

<build>
Expand Down Expand Up @@ -181,6 +182,8 @@
<exclude>**/hbase-*/**</exclude>
<exclude>**/apache-cassandra-*/**</exclude>
<exclude>**/pid</exclude>
<!-- sources generated by gRPC -->
<exclude>**/src/main/java/org/apache/hugegraph/pd/grpc/**</exclude>
</excludes>
<consoleOutput>true</consoleOutput>
</configuration>
Expand Down

0 comments on commit 2c4ff51

Please sign in to comment.