This is an automated email from the ASF dual-hosted git repository.
zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new e71e7744 [CELEBORN-161][BUILD] Disable scaladocs (#1108)
e71e7744 is described below
commit e71e77447fdcc9f309e89bdf0ed1cfe643878272
Author: Cheng Pan <[email protected]>
AuthorDate: Wed Dec 21 23:35:52 2022 +0800
[CELEBORN-161][BUILD] Disable scaladocs (#1108)
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 28628bd0..9b2bcb2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -718,6 +718,9 @@
</goals>
<phase>process-test-resources</phase>
</execution>
+ <!--
+ CELEBORN-161: we must disable scaladocs to recover building for
Spark 2.4
+ `build/mvn clean install -DskipTests -Pspark-2.4`
<execution>
<id>attach-scaladocs</id>
<goals>
@@ -725,6 +728,7 @@
</goals>
<phase>verify</phase>
</execution>
+ -->
</executions>
</plugin>