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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08be13c  no jira: javadoc options are propertly specified
08be13c is described below

commit 08be13ce7df1a2ef0ec7eb4572eaff3e5b9f8410
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Jul 14 22:53:39 2019 +0700

    no jira: javadoc options are propertly specified
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8bcfa2..e9f0ba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -836,7 +836,8 @@
                                        
<artifactId>maven-javadoc-plugin</artifactId>
                                        
<version>${maven-javadoc-plugin.version}</version>
                                        <configuration>
-                                               <additionalparam>-Xdoclint:none 
-html5</additionalparam>
+                                               <doclint>none</doclint>
+                                               
<additionalOptions>-html5</additionalOptions>
                                                <source>${jdk.version}</source>
                                                
<javadocVersion>${jdk.version}</javadocVersion>
                                        </configuration>

Reply via email to