Skip to content

Commit

Permalink
Fix JavaDoc output directory (openhab#4541)
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
  • Loading branch information
holgerfriedrich authored Jan 7, 2025
1 parent 40d079a commit 7ae5d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ Import-Package: \\
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<outputDirectory>${project.build.directory}/site</outputDirectory>
<failOnError>true</failOnError>
<failOnWarnings>true</failOnWarnings>
<doclint>none</doclint>
Expand Down

0 comments on commit 7ae5d7a

Please sign in to comment.