You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ve...@apache.org on 2008/05/04 02:44:11 UTC

svn commit: r653167 - /synapse/trunk/java/modules/transports/pom.xml

Author: veithen
Date: Sat May  3 17:44:11 2008
New Revision: 653167

URL: http://svn.apache.org/viewvc?rev=653167&view=rev
Log:
SYNAPSE-246: Added exclusion pattern because Surefire is confused by classes starting with 'Test'.

Modified:
    synapse/trunk/java/modules/transports/pom.xml

Modified: synapse/trunk/java/modules/transports/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/modules/transports/pom.xml?rev=653167&r1=653166&r2=653167&view=diff
==============================================================================
--- synapse/trunk/java/modules/transports/pom.xml (original)
+++ synapse/trunk/java/modules/transports/pom.xml Sat May  3 17:44:11 2008
@@ -44,6 +44,7 @@
                 <configuration>
                     <excludes>
                         <exclude>**/AbstractTransportTest.java</exclude>
+                        <exclude>org/apache/synapse/transport/mail/Test*.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>