Skip to content

Commit

Permalink
Enable shim tests in sql-plugin module (#4856)
Browse files Browse the repository at this point in the history
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
  • Loading branch information
nartal1 authored Mar 7, 2022
1 parent 09ce8f0 commit 36ce133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
<execution>
<id>add-test-profile-src-320</id>
<goals><goal>add-test-source</goal></goals>
<phase>none</phase> <!--Disable it for all submodules, only sql-plugin needs to enable it -->
<phase>generate-test-sources</phase>
<configuration>
<sources>
<source>${project.basedir}/src/test/320/scala</source>
Expand Down Expand Up @@ -704,7 +704,7 @@
<execution>
<id>add-test-profile-src-321</id>
<goals><goal>add-test-source</goal></goals>
<phase>none</phase> <!--Disable it for all submodules, only sql-plugin needs to enable it -->
<phase>generate-test-sources</phase>
<configuration>
<sources>
<source>${project.basedir}/src/test/321/scala</source>
Expand Down Expand Up @@ -768,7 +768,7 @@
<execution>
<id>add-test-profile-src-322</id>
<goals><goal>add-test-source</goal></goals>
<phase>none</phase> <!--Disable it for all submodules, only sql-plugin needs to enable it -->
<phase>generate-test-sources</phase>
<configuration>
<sources>
<source>${project.basedir}/src/test/322/scala</source>
Expand Down Expand Up @@ -830,7 +830,7 @@
<execution>
<id>add-test-profile-src-330</id>
<goals><goal>add-test-source</goal></goals>
<phase>none</phase> <!--Disable it for all submodules, only sql-plugin needs to enable it -->
<phase>generate-test-sources</phase>
<configuration>
<sources>
<source>${project.basedir}/src/test/330/scala</source>
Expand Down

0 comments on commit 36ce133

Please sign in to comment.