Address javadoc build issues 02/112102/1
authorDan Timoney <dtimoney@att.com>
Thu, 3 Sep 2020 12:56:01 +0000 (08:56 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 3 Sep 2020 12:56:04 +0000 (08:56 -0400)
commite816a5916736d263227f5a800561ead9ad81ce27
tree56c942b219c85e52a7cad276efd3a0717e6e6e93
parent3716136cdf88bef2fc15b821f83e139f6bd2ce05
Address javadoc build issues

maven-javadoc-plugin started to fail when using java 11 compiler.  Some
issues are addressed in latest version of plugin (3.2.0), but it appears
some issues remain.  To address this, we use the latest plugin version
and configure maven to continue if javadoc errors occur. Note: this issue
is currently causing verify builds to fail - thus, this is a blocking
issue.

Change-Id: I0a9882b4b93ea18b29e2d53d269cf70dda77a4d1
Issue-ID: CCSDK-2728
Signed-off-by: Dan Timoney <dtimoney@att.com>
13 files changed:
.gitignore
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/karaf4-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/setup/src/main/resources/pom-template.xml
odlparent/single-feature-parent/pom.xml
springboot/spring-boot-setup/src/main/resources/pom-template.xml
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml