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 0a609d1ac9
commit b1ec25d9be
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
<properties>
<jpa>2.0.0</jpa>
<hibernate>3.6.10.Final</hibernate>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>