This is an automated email from the ASF dual-hosted git repository.

yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ec2a9baf7b6 [SPARK-51681][CONNECT][BUILD] Remove redundant 
`build-helper-maven-plugin` configuration from connect related modules
3ec2a9baf7b6 is described below

commit 3ec2a9baf7b6fb68033e8c1a9356c2280e3e5031
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Wed Apr 2 11:45:40 2025 +0800

    [SPARK-51681][CONNECT][BUILD] Remove redundant `build-helper-maven-plugin` 
configuration from connect related modules
    
    ### What changes were proposed in this pull request?
    This pr aims to remove redundant `build-helper-maven-plugin` configuration 
from connect related modules because the current codebase does not have 
specified directory.
    
    ### Why are the changes needed?
    Remove redundant `build-helper-maven-plugin` configuration from connect 
related modules
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    - Pass GitHub Actions
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No
    
    Closes #50477 from LuciferYang/minor-client-jvm-plugin.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: yangjie01 <yangji...@baidu.com>
---
 sql/connect/client/jvm/pom.xml | 20 +-------------------
 sql/connect/server/pom.xml     | 30 ------------------------------
 2 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/sql/connect/client/jvm/pom.xml b/sql/connect/client/jvm/pom.xml
index fe4441e403d7..efdf6fa391b0 100644
--- a/sql/connect/client/jvm/pom.xml
+++ b/sql/connect/client/jvm/pom.xml
@@ -261,24 +261,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-sources</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>src/main/scala-${scala.binary.version}</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/sql/connect/server/pom.xml b/sql/connect/server/pom.xml
index e12444c02b84..8da2b860fadf 100644
--- a/sql/connect/server/pom.xml
+++ b/sql/connect/server/pom.xml
@@ -272,36 +272,6 @@
     
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
     
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
     <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>add-sources</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>add-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>src/main/scala-${scala.binary.version}</source>
-              </sources>
-            </configuration>
-          </execution>
-          <execution>
-            <id>add-scala-test-sources</id>
-            <phase>generate-test-sources</phase>
-            <goals>
-              <goal>add-test-source</goal>
-            </goals>
-            <configuration>
-              <sources>
-                <source>src/test/gen-java</source>
-              </sources>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
       <!-- Shade all GRPC / Guava / Protobuf dependencies of this build -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to