You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/09/01 11:21:07 UTC

svn commit: r991487 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Author: bentmann
Date: Wed Sep  1 09:21:05 2010
New Revision: 991487

URL: http://svn.apache.org/viewvc?rev=991487&view=rev
Log:
o Tweaked coverage filter to exclude uninteresting files

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=991487&r1=991486&r2=991487&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Wed Sep  1 09:21:05 2010
@@ -403,6 +403,10 @@ under the License.
               <includes>
                 <include>org.apache.maven.*</include>
               </includes>
+              <excludes>
+                <exclude>*.io.xpp3.*</exclude>
+                <exclude>*Exception</exclude>
+              </excludes>
             </configuration>
             <executions>
               <execution>