Skip to content

Commit

Permalink
[issue 118] - Skipping Javadoc comments verification (DocLint) for *j…
Browse files Browse the repository at this point in the history
…avadoc artifacts generation from CRDs
  • Loading branch information
fabiobrz committed Jan 10, 2024
1 parent 92b615c commit 6af29d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration>
<doclint>none</doclint>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 6af29d3

Please sign in to comment.