Exclude example from Sonar tests

pull/45/head
Richard Körber 2017-11-04 13:04:49 +01:00
parent 04a40c83e0
commit e4d7666d5f
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
<name>acme4j Example</name> <name>acme4j Example</name>
<description>Example for using acme4j</description> <description>Example for using acme4j</description>
<properties>
<!-- I prefer readability over maintainability in the examples... -->
<sonar.skip>true</sonar.skip>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>