You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2009/08/15 22:05:52 UTC

svn commit: r804522 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: oheger
Date: Sat Aug 15 20:05:51 2009
New Revision: 804522

URL: http://svn.apache.org/viewvc?rev=804522&view=rev
Log:
Excluded inner classes from test execution.

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=804522&r1=804521&r2=804522&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Sat Aug 15 20:05:51 2009
@@ -376,7 +376,7 @@
         <directory>src/main/resources</directory>
         <includes>
           <include>*.dtd</include>
-        </includes>        
+        </includes>
       </testResource>
     </testResources>
 
@@ -387,6 +387,7 @@
           <configuration>
             <forkMode>once</forkMode>
             <excludes>
+              <exclude>**/*$*</exclude>
               <exclude>**/TestWebdavConfigurationBuilder.java</exclude>
             </excludes>
             <additionalClasspathElements>