Skip to content

Commit

Permalink
Issue #5247 - Disable javadoc lint in compact3 build
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Sep 11, 2020
1 parent 59b85b6 commit 385b11d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aggregates/jetty-all-compact3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none &#45;&#45;allow-script-in-comments</additionalparam>
<!-- up to date javadoc syntax isn't supported under the compact3 limitations -->
<additionalOptions>-Xdoclint:none</additionalOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 385b11d

Please sign in to comment.