Merge branch 'master' of
https://github.com/SafeExamBrowser/seb-server.git Conflicts: pom.xml
This commit is contained in:
commit
5a4f95a78e
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -80,9 +80,9 @@
|
|||
<failOnViolation>false</failOnViolation>
|
||||
<targetJdk>${java.version}</targetJdk>
|
||||
<linkXRef>false</linkXRef>
|
||||
<excludes>
|
||||
<excludes>
|
||||
<exclude>.*/batis.mapper/*.*</exclude>
|
||||
<exclude>.*/batis.model/*.*</exclude>
|
||||
<exclude>.*/batis.model/*.*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -102,8 +102,8 @@
|
|||
<effort>Max</effort>
|
||||
<failOnError>false</failOnError>
|
||||
<threshold>Low</threshold>
|
||||
<xmlOutput>true</xmlOutput>
|
||||
<excludeFilterFile>findbugs-excludes.xml</excludeFilterFile>
|
||||
<xmlOutput>true</xmlOutput>
|
||||
<excludeFilterFile>findbugs-excludes.xml</excludeFilterFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in a new issue