Skip to content

Commit

Permalink
[GLUTEN-3625][FOLLOWUP] Fix IDEA load module issue (#3647)
Browse files Browse the repository at this point in the history
* Fix idea load module issue

* address
  • Loading branch information
ulysses-you authored Nov 8, 2023
1 parent 0473d67 commit 0e99bb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions gluten-ut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<relativePath>../pom.xml</relativePath>
</parent>

<modules>
<module>common</module>
<module>${spark.test.module}</module>
</modules>

<artifactId>gluten-ut</artifactId>
<packaging>pom</packaging>
<name>Gluten Unit Test</name>
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
<module>gluten-ui</module>
<module>package</module>
<module>shims</module>
<module>shims/common</module>
<module>shims/${spark.shim.module}</module>
<module>substrait/substrait-spark</module>
</modules>

Expand Down Expand Up @@ -220,8 +218,6 @@
<id>spark-ut</id>
<modules>
<module>gluten-ut</module>
<module>gluten-ut/common</module>
<module>gluten-ut/${spark.test.module}</module>
</modules>
</profile>
</profiles>
Expand Down
5 changes: 5 additions & 0 deletions shims/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
<name>Gluten Shims</name>
<packaging>pom</packaging>

<modules>
<module>common</module>
<module>${spark.shim.module}</module>
</modules>

<dependencies>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down

0 comments on commit 0e99bb6

Please sign in to comment.