Skip to content

Commit

Permalink
Merge pull request #407 from smehrbrodt/failonwarnings
Browse files Browse the repository at this point in the history
don't set maven.javadoc.failOnWarnings when 100 warnings are reported
  • Loading branch information
smehrbrodt committed Dec 1, 2022
2 parents 7d1635b + d1e6d68 commit 88297b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<wollmux.test.conf.release>v18.1.0/wollmux-config-18.1.0.tar.gz</wollmux.test.conf.release>
<wollmux.test.conf>${project.build.directory}/config/.wollmux/wollmux.conf</wollmux.test.conf>
<office.user.profile>${project.build.directory}/office</office.user.profile>
<maven.javadoc.failOnWarnings>true</maven.javadoc.failOnWarnings>
<maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
</properties>

<modules>
Expand Down

0 comments on commit 88297b4

Please sign in to comment.