DATAREST-1215 - Added project.root configuration to make JavaDoc generation work again.

Related ticket: https://github.com/spring-projects/spring-data-build/issues/527.
This commit is contained in:
Oliver Gierke
2018-03-14 10:04:23 +01:00
parent 8ef3f0e334
commit 1b69df0f80
3 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<springplugin>1.2.0.RELEASE</springplugin>
<evoinflector>1.2.2</evoinflector>
<java-module-name>spring.data.rest.core</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>