DATAJDBC-411 - Set project.root in module poms to correctly generate Javadoc.

By setting project.root, Javadoc is aggregated in the parent pom target so it can be collected during the distribution build.

Original pull request: #168.
This commit is contained in:
Mark Paluch
2019-09-11 17:17:52 +02:00
committed by Jens Schauder
parent fb0cd1fe70
commit 4d1fff1c19
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<properties>
<java-module-name>spring.data.jdbc</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<inceptionYear>2017</inceptionYear>

View File

@@ -18,6 +18,7 @@
<properties>
<java-module-name>spring.data.relational</java-module-name>
<project.root>${basedir}/..</project.root>
</properties>
<dependencies>