You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/04/01 02:57:38 UTC

svn commit: r1087531 - /commons/proper/net/trunk/pom.xml

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>