You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by cp...@apache.org on 2018/07/28 00:41:49 UTC

[arrow] branch master updated: ARROW-2924: [Java] mvn release fails when an older maven javadoc plugin is installed

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

cpcloud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c6e33d8  ARROW-2924: [Java] mvn release fails when an older maven javadoc plugin is installed
c6e33d8 is described below

commit c6e33d89d10d9aa324cbd5b6776cadbb367970a7
Author: Phillip Cloud <cp...@gmail.com>
AuthorDate: Fri Jul 27 20:41:40 2018 -0400

    ARROW-2924: [Java] mvn release fails when an older maven javadoc plugin is installed
    
    Author: Phillip Cloud <cp...@gmail.com>
    
    Closes #2334 from cpcloud/ARROW-2924 and squashes the following commits:
    
    f9364bdd <Phillip Cloud> ARROW-2924:  mvn release fails with an older maven javadoc plugin is installed
---
 java/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/pom.xml b/java/pom.xml
index ef8f3b9..4cef6a3 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -636,6 +636,7 @@
       </activation>
       <properties>
 	<doclint>none</doclint>
+	<additionalparam>-Xdoclint:none</additionalparam>
       </properties>
     </profile>
   </profiles>