Skip to content

Commit

Permalink
GH-2256 - Fix Javadoc setup after plugin upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm authored and christophstrobl committed Nov 19, 2024
1 parent c81016b commit 3071073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
</goals>
<phase>package</phase>
<configuration>
<outputDirectory>${project.root}/target/site/apidocs</outputDirectory>
<outputDirectory>${project.basedir}/target/site</outputDirectory>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3071073

Please sign in to comment.