Skip to content

Commit

Permalink
GH-147 - Improve Javadoc generation setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Nov 20, 2024
1 parent 38cf4fa commit d06475b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kmolecules-ddd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@
<profiles>
<profile>
<id>sonatype</id>
<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
<sourcepath>src/main/java</sourcepath>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d06475b

Please sign in to comment.