Blob Blame History Raw
--- wagon-providers/wagon-ftp/pom.xml.sav	2007-04-04 17:49:01.000000000 +0200
+++ wagon-providers/wagon-ftp/pom.xml	2007-04-04 17:50:04.000000000 +0200
@@ -29,4 +29,15 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>