Author: sebb
Date: Fri Apr 1 00:57:38 2011
New Revision: 1087531
URL: http://svn.apache.org/viewvc?rev=1087531&view=rev
Log:
Exclude examples from Clirr report
Modified:
commons/proper/net/trunk/pom.xml
Modified: commons/proper/net/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=1087531&r1=1087530&r2=1087531&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Fri Apr 1 00:57:38 2011
@@ -307,6 +307,9 @@ Supported protocols include: Echo, Finge
<configuration>
<comparisonVersion>2.2</comparisonVersion>
<minSeverity>info</minSeverity>
+ <excludes>
+ <exclude>examples/**</exclude>
+ </excludes>
</configuration>
</plugin>
</plugins>