From 69bc02fdd42c9466318870457bbb4223450befb3 Mon Sep 17 00:00:00 2001 From: Parth Chandra Date: Fri, 15 Nov 2024 10:15:17 -0800 Subject: [PATCH] build: Skip installation of spark-integration and fuzz testing modules --- 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 11f57700dd..f21a5744fb 100644 --- a/fuzz-testing/pom.xml +++ b/fuzz-testing/pom.xml @@ -100,6 +100,13 @@ under the License. + + org.apache.maven.plugins + maven-install-plugin + + true + + diff --git a/spark-integration/pom.xml b/spark-integration/pom.xml index a9e1619a1a..a3e6ff89a6 100644 --- a/spark-integration/pom.xml +++ b/spark-integration/pom.xml @@ -100,6 +100,13 @@ under the License. + + org.apache.maven.plugins + maven-install-plugin + + true + +