Skip to content

Commit

Permalink
Disable javadoc linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Sep 26, 2023
1 parent f120630 commit d693e6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,9 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.0</version>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skipSource>true</skipSource>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d693e6d

Please sign in to comment.