From 869c22d2d6597932f946c9db2a87baaa7a61d1ba Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 10 Jul 2018 10:13:28 +0200 Subject: [PATCH] #593 - Improve declaration of Javadoc plugin to avoid failures on older Maven versions. Older Maven versions (tested on 3.0.3) seem to reject the shorthand notation we use in the element of the Javadoc plugin declaration. More recent ones automatically interpolate a single textual element contained in the element, while older ones require the usage of a nested even for single values. We now use the more explicit variant. Related tickets: #591. --- parent/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index e02ef2c3..09e56f28 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -943,7 +943,9 @@ ${shared.resources}/javadoc/spring-javadoc.css true - -Xdoclint:none + + -Xdoclint:none + https://docs.spring.io/spring/docs/4.3.x/javadoc-api/ https://docs.spring.io/spring-data/commons/docs/current/api/