You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/12/01 12:36:30 UTC

svn commit: r1415979 - /camel/trunk/components/camel-ftp/pom.xml

Author: bvahdat
Date: Sat Dec  1 11:36:30 2012
New Revision: 1415979

URL: http://svn.apache.org/viewvc?rev=1415979&view=rev
Log:
CAMEL-5841: Re-enable the sftp tests again being disabled. As well polished the pom a bit.

Modified:
    camel/trunk/components/camel-ftp/pom.xml

Modified: camel/trunk/components/camel-ftp/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=1415979&r1=1415978&r2=1415979&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Sat Dec  1 11:36:30 2012
@@ -60,11 +60,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
@@ -121,15 +116,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <excludes>
-            <!-- skip sftp tests as they can hang CI servers -->
-            <exclude>org/apache/camel/component/file/remote/sftp/**.java</exclude>
-          </excludes>
+          <!-- The default timeout of 5 minutes through the parent pom is not long enough -->
           <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds>
-          <systemPropertyVariables>
-            <ftp.enable>${ftp.enable}</ftp.enable>
-            <ftp.server>${ftp.url}</ftp.server>
-          </systemPropertyVariables>
         </configuration>
       </plugin>