You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kr...@apache.org on 2015/06/24 18:24:15 UTC

svn commit: r1687324 - /commons/proper/io/trunk/pom.xml

Author: krosenvold
Date: Wed Jun 24 16:24:15 2015
New Revision: 1687324

URL: http://svn.apache.org/r1687324
Log:
Excluded xerces from surefire test run to make site generation work.

Thanks to sebb for fix.

Modified:
    commons/proper/io/trunk/pom.xml

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1687324&r1=1687323&r2=1687324&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Wed Jun 24 16:24:15 2015
@@ -265,6 +265,9 @@ file comparators, endian transformation
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <classpathDependencyExcludes>
+            <classpathDependencyExclude>xerces:xercesImpl</classpathDependencyExclude>
+          </classpathDependencyExcludes>
           <forkMode>pertest</forkMode>
           <!-- limit memory size see IO-161 -->
           <argLine>-Xmx25M</argLine>