Skip to content

Commit

Permalink
Fix JavaDoc output directory (openhab#18064)
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Jan 7, 2025
1 parent d122715 commit ffa2d17
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 @@ -359,6 +359,7 @@ Import-Package: \\
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<configuration>
<outputDirectory>${project.build.directory}/site</outputDirectory>
<failOnError>!${quality.skip}</failOnError>
<tags>
<tag>
Expand Down

0 comments on commit ffa2d17

Please sign in to comment.