mirror of https://github.com/shred/acme4j
Exclude example from Sonar tests
parent
04a40c83e0
commit
e4d7666d5f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue