You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by GitBox <gi...@apache.org> on 2019/09/06 15:39:42 UTC

[GitHub] [metamodel] arjansh opened a new pull request #228: Change doclint suppression in javadoc pluging

arjansh opened a new pull request #228: Change doclint suppression in javadoc pluging
URL: https://github.com/apache/metamodel/pull/228
 
 
   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.
   
   The normal travis build for MetaModel doesn't fail on this, so I think it is introduced by newer java version, for me it fails both with openjdk 8.0.212.04 and Oracle jdk 1.8.0_211. I haven't installed an older version of java 8 to see if the old implementation works there, but I think it does, because travis builds successfull. This change however seems to work on all java versions. It was inspired by https://stackoverflow.com/questions/52547306/maven-javadoc-plugin-not-accepting-additionalparam-xdoclintnone-additionalpa.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services