From cacebbc9b579cfc12bc34d03d7889da8df89639c Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 14 Mar 2018 10:18:23 +0100 Subject: [PATCH] DATACASS-535 - Added project.root configuration to make JavaDoc generation work again. Related ticket: https://github.com/spring-projects/spring-data-build/issues/527. --- spring-data-cassandra/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 83f285284..e3f4ff15e 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -20,6 +20,7 @@ 1.0.0.GA + ${basedir}/..