Skip to content

Commit 4d1fff1

Browse files
mp911deschauder
authored andcommitted
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.
1 parent fb0cd1f commit 4d1fff1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spring-data-jdbc/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<properties>
2121
<java-module-name>spring.data.jdbc</java-module-name>
22+
<project.root>${basedir}/..</project.root>
2223
</properties>
2324

2425
<inceptionYear>2017</inceptionYear>

spring-data-relational/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<properties>
2020
<java-module-name>spring.data.relational</java-module-name>
21+
<project.root>${basedir}/..</project.root>
2122
</properties>
2223

2324
<dependencies>

0 commit comments

Comments
 (0)