You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/03/12 16:00:49 UTC

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

Author: hadrian
Date: Thu Mar 12 15:00:48 2009
New Revision: 752884

URL: http://svn.apache.org/viewvc?rev=752884&view=rev
Log:
Remove comment about dependency on the ftpserver SNAPSHOT

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=752884&r1=752883&r2=752884&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Thu Mar 12 15:00:48 2009
@@ -142,17 +142,12 @@
 
   <build>
     <plugins>
-      <!-- Exclude tests from buld due to dependency on SNAPSHOT version of
-           apache ftpserver.  Reenable after a proper release of ftpserver!!! -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
-       <!--   <testExcludes>
-            <exclude>**/*Test.*</exclude>
-          </testExcludes> -->
         </configuration>
       </plugin>
       <plugin>