We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f166b1 commit a162d74Copy full SHA for a162d74
Makefile
@@ -11,3 +11,6 @@ clean:
11
12
docs:
13
mvnd verify -Pdocs-classic -DskipTests=true
14
+
15
+docs-full:
16
+ mvnd verify javadoc:aggregate -Pdocs-classic -DskipTests=true
pom.xml
@@ -134,7 +134,7 @@
134
</links>
135
<author>true</author>
136
<header>${project.name}</header>
137
- <reportOutputDirectory>${project.build.directory}/site/${project.version}/apidocs</reportOutputDirectory>
+ <outputDirectory>${project.build.directory}/site/${project.version}/</outputDirectory>
138
<source>17</source>
139
</configuration>
140
</plugin>
0 commit comments