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

agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 406ffeff build: Skip installation of spark-integration  and fuzz 
testing modules (#1091)
406ffeff is described below

commit 406ffeff7754c87c42d0c84f0f404b31784f2ec7
Author: Parth Chandra <[email protected]>
AuthorDate: Fri Nov 15 12:11:06 2024 -0800

    build: Skip installation of spark-integration  and fuzz testing modules 
(#1091)
---
 fuzz-testing/pom.xml      | 7 +++++++
 spark-integration/pom.xml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/fuzz-testing/pom.xml b/fuzz-testing/pom.xml
index a8175d3d..2184e54e 100644
--- a/fuzz-testing/pom.xml
+++ b/fuzz-testing/pom.xml
@@ -100,6 +100,13 @@ under the License.
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>
diff --git a/spark-integration/pom.xml b/spark-integration/pom.xml
index a260301d..84c09c1c 100644
--- a/spark-integration/pom.xml
+++ b/spark-integration/pom.xml
@@ -100,6 +100,13 @@ under the License.
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-install-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to