Skip to content

Commit

Permalink
Excluded webfx-kit-javafxweb-registry module from JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Nov 30, 2023
1 parent c6f0b1f commit 4e96fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<build>
<pluginManagement>
<plugins>
<!-- Removing implementation modules from JavaDoc because 1) they are not useful for users 2) gwt modules don't have a module-info.java which generates JavaDoc errors -->
<!-- Removing modules generating JavaDoc errors (not useful for final users anyway) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skippedModules>webfx-kit-javafxweb-registry-gwt</skippedModules>
<skippedModules>webfx-kit-javafxweb-registry,webfx-kit-javafxweb-registry-gwt</skippedModules>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions webfx.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<build>
<pluginManagement>
<plugins>
<!-- Removing implementation modules from JavaDoc because 1) they are not useful for users 2) gwt modules don't have a module-info.java which generates JavaDoc errors -->
<!-- Removing modules generating JavaDoc errors (not useful for final users anyway) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skippedModules>webfx-kit-javafxweb-registry-gwt</skippedModules>
<skippedModules>webfx-kit-javafxweb-registry,webfx-kit-javafxweb-registry-gwt</skippedModules>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 4e96fa0

Please sign in to comment.