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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user