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

chengpan pushed a commit to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.2 by this push:
     new c317f012 [CELEBORN-161][BUILD] Disable scaladocs (#1108)
c317f012 is described below

commit c317f012cefc4f88582dc8b7312903567b0d51ca
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 77a2a4e2..1a5c300e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -696,6 +696,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>
@@ -703,6 +706,7 @@
               </goals>
               <phase>verify</phase>
             </execution>
+            -->
           </executions>
         </plugin>
 

Reply via email to