You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2021/01/07 06:23:03 UTC

[incubator-sedona] branch master updated: Attach Scala doc for sql and python-adapter module

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 12b9cfe  Attach Scala doc for sql and python-adapter module
12b9cfe is described below

commit 12b9cfe992444a499fd5194bda1b2177f4bcabe5
Author: Jia Yu <ji...@apache.org>
AuthorDate: Wed Jan 6 22:22:49 2021 -0800

    Attach Scala doc for sql and python-adapter module
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 784df90..e148990 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,6 +279,17 @@
                                 </args>
                             </configuration>
                         </execution>
+                        <execution>
+                            <id>attach-javadocs</id>
+                            <goals>
+                                <goal>doc-jar</goal>
+                            </goals>
+                            <configuration>
+                                <args>
+                                    <arg>-no-java-comments</arg>
+                                </args>
+                            </configuration>
+                        </execution>
                     </executions>
                 </plugin>
                 <plugin>