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

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


The following commit(s) were added to refs/heads/master by this push:
     new f619cad  For some reason having the -Xdoclint:none in the 
additionalParam tag no longer works for me (probably because of my java 
version) for ignoring javadoc problems, so I'm changing this to using the 
doclint tag.
     new 6757cd5  Merge pull request #228 from 
arjansh/bug/javadoc-doclint-problem
f619cad is described below

commit f619cad2b46734e5cd5d9a35b5f85a394d5246e7
Author: Arjan Seijkens <a.seijk...@quadient.com>
AuthorDate: Fri Sep 6 17:21:00 2019 +0200

    For some reason having the -Xdoclint:none in the additionalParam tag no 
longer works for me (probably because of my java version) for ignoring javadoc 
problems, so I'm changing this to using the doclint tag.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 04f7828..33a6fc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@ under the License.
                                </executions>
                                <configuration>
                                        
<excludePackageNames>com.sugarcrm.ws.soap</excludePackageNames>
-                                       
<additionalparam>-Xdoclint:none</additionalparam>
+                                       <doclint>none</doclint>
                                </configuration>
                        </plugin>
 

Reply via email to