Exclude example from Sonar tests

pull/55/head
Richard Körber 2017-11-04 13:04:49 +01:00
parent e9a330b3a2
commit fda6ce1185
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@
<description>Example for using acme4j</description>
<properties>
<sonar.exclusions>src/main/java/org/shredzone/acme4j/**</sonar.exclusions>
<!-- I prefer readability over maintainability in the examples... -->
<sonar.skip>true</sonar.skip>
</properties>
<build>