You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/11/04 14:31:27 UTC

svn commit: r1197552 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Fri Nov  4 13:31:26 2011
New Revision: 1197552

URL: http://svn.apache.org/viewvc?rev=1197552&view=rev
Log:
Use an embedded Apache FTP Server (MINA) to test the FTP provider. TODO: Refactor this for SFTP tests. Forgot to commit this one file last night!

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

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1197552&r1=1197551&r2=1197552&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Fri Nov  4 13:31:26 2011
@@ -18,7 +18,10 @@
   -->
 
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
@@ -102,7 +105,7 @@
       <url>http://www.garygregory.com</url>
       <timezone>-5</timezone>
     </developer>
-   </developers>
+  </developers>
 
   <contributors>
     <contributor>
@@ -199,7 +202,7 @@
         <artifactId>commons-build-plugin</artifactId>
         <!-- version inherited from commons-parent -->
         <configuration>
-            <commons.release.name>commons-${commons.componentid}-${commons.release.version}</commons.release.name>
+          <commons.release.name>commons-${commons.componentid}-${commons.release.version}</commons.release.name>
         </configuration>
       </plugin>
     </plugins>
@@ -218,7 +221,7 @@
         <reportSets>
           <reportSet>
             <reports>
-               <report>changes-report</report>
+              <report>changes-report</report>
             </reports>
           </reportSet>
         </reportSets>
@@ -241,7 +244,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>${commons.javadoc.version}</version>
         <configuration>
-           <tags>
+          <tags>
             <tag>
               <name>todo</name>
               <!-- todo tag for all places -->
@@ -260,7 +263,7 @@
           <threshold>Normal</threshold>
           <effort>Default</effort>
           <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile>
-       </configuration>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
@@ -358,6 +361,25 @@
         <version>4.10</version>
         <scope>test</scope>
       </dependency>
+      <!-- ftpserver-core -->
+      <dependency>
+        <groupId>org.apache.ftpserver</groupId>
+        <artifactId>ftpserver-core</artifactId>
+        <version>1.0.6</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>1.6.3</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-log4j12</artifactId>
+        <version>1.6.3</version>
+        <scope>test</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -426,7 +448,7 @@
       <id>relnotes</id>
       <build>
         <plugins>
-           <plugin>
+          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
             <version>2.6</version>
@@ -462,8 +484,7 @@
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>
-              <!-- Don't build the source archives here. They are constructed in the dist project
-              -->
+              <!-- Don't build the source archives here. They are constructed in the dist project -->
               <execution>
                 <id>source-release-assembly</id>
                 <configuration>