DATAMONGO-1901 - 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 09:37:12 +01:00
parent 297ff1587a
commit 12d86f30a9
2 changed files with 6 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
<jpa>2.1.1</jpa>
<hibernate>5.2.1.Final</hibernate>
<java-module-name>spring.data.mongodb.cross.store</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>