From 1b69df0f80e3791f9a993e12dc76cfc025461bf4 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 14 Mar 2018 10:04:23 +0100 Subject: [PATCH] DATAREST-1215 - Added project.root configuration to make JavaDoc generation work again. Related ticket: https://github.com/spring-projects/spring-data-build/issues/527. --- spring-data-rest-core/pom.xml | 1 + spring-data-rest-hal-browser/pom.xml | 1 + spring-data-rest-webmvc/pom.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/spring-data-rest-core/pom.xml b/spring-data-rest-core/pom.xml index f621fed5f..765c47bdb 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -19,6 +19,7 @@ 1.2.0.RELEASE 1.2.2 spring.data.rest.core + ${basedir}/.. diff --git a/spring-data-rest-hal-browser/pom.xml b/spring-data-rest-hal-browser/pom.xml index 76508f542..c0e76359f 100644 --- a/spring-data-rest-hal-browser/pom.xml +++ b/spring-data-rest-hal-browser/pom.xml @@ -16,6 +16,7 @@ ad9b865 0.7.21 spring.data.rest.hal.browser + ${basedir}/.. diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml index 67b2b010d..6c0e8860d 100644 --- a/spring-data-rest-webmvc/pom.xml +++ b/spring-data-rest-webmvc/pom.xml @@ -20,6 +20,7 @@ 2.0.9 2.0.2.1 spring.data.rest.webmvc + ${basedir}/..