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>

View File

@@ -16,6 +16,7 @@
<browser.version>ad9b865</browser.version>
<json-editor.version>0.7.21</json-editor.version>
<java-module-name>spring.data.rest.hal.browser</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>

View File

@@ -20,6 +20,7 @@
<cassandra.version>2.0.9</cassandra.version>
<cassandraunit.version>2.0.2.1</cassandraunit.version>
<java-module-name>spring.data.rest.webmvc</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>