Skip to content

Commit

Permalink
Allow javadoc errors in webapp module
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger committed Feb 4, 2024
1 parent 136f4e2 commit 91dfaa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,13 @@
</properties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 91dfaa6

Please sign in to comment.