Skip to content

Commit a162d74

Browse files
Fix generating aggregated Javadocs. (#1351)
Fixes #1350
1 parent 0f166b1 commit a162d74

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ clean:
1111

1212
docs:
1313
mvnd verify -Pdocs-classic -DskipTests=true
14+
15+
docs-full:
16+
mvnd verify javadoc:aggregate -Pdocs-classic -DskipTests=true

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
</links>
135135
<author>true</author>
136136
<header>${project.name}</header>
137-
<reportOutputDirectory>${project.build.directory}/site/${project.version}/apidocs</reportOutputDirectory>
137+
<outputDirectory>${project.build.directory}/site/${project.version}/</outputDirectory>
138138
<source>17</source>
139139
</configuration>
140140
</plugin>

0 commit comments

Comments
 (0)