From e816a5916736d263227f5a800561ead9ad81ce27 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 3 Sep 2020 08:56:01 -0400 Subject: 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 --- odlparent/karaf4-parent/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'odlparent/karaf4-parent') diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index 0bcb5c2e..1c7305c1 100644 --- a/odlparent/karaf4-parent/pom.xml +++ b/odlparent/karaf4-parent/pom.xml @@ -564,6 +564,14 @@ 7.1.1 + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + false + + -- cgit 1.2.3-korg