This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch branch-0.4
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/branch-0.4 by this push:
new b74bfe4a build: Skip installation of spark-integration and fuzz
testing modules
b74bfe4a is described below
commit b74bfe4adc08c806b059cd8b85947b1fc15d7b9b
Author: Parth Chandra <[email protected]>
AuthorDate: Fri Nov 15 10:15:17 2024 -0800
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 ef8ddb12..8d18c682 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 53da47d0..88897765 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]