Skip to content

Commit 1c3eab8

Browse files
committed
GH-2256 - Fix Javadoc setup after plugin upgrade.
1 parent 0417652 commit 1c3eab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
</goals>
261261
<phase>package</phase>
262262
<configuration>
263-
<outputDirectory>${project.root}/target/site/apidocs</outputDirectory>
263+
<outputDirectory>${project.basedir}/target/site</outputDirectory>
264264
</configuration>
265265
</execution>
266266
</executions>

0 commit comments

Comments
 (0)