FtpServer available for Maven builds

Starting today, Apache Incubator FtpServer JARs are available from the Apache snapshot repository. This should make it easy to use FtpServer in your Maven 2 build. Just declare the following dependency and you’re done.

    <dependency>
      <groupId>org.apache.ftpserver</groupId>
      <artifactId>ftpserver-core</artifactId>
      <version>1.0-incubator-SNAPSHOT</version>
    </dependency>

Currently, the snapshots will be deployed manually, but I’m working on getting a CI build up and running that would also deploy snapshots automagically.

4 Responses

  1. James Strachan Says:
    Great stuff! I’ve been using FtpServer as an integration test for the FTP support in Camel…

    http://activemq.apache.org/camel/ftp.html

    and its working very nicely so far!

    Am looking forward to a milestone release :)

  2. James Strachan: Apache FtpServer available in a maven repo | Server software Says:
    [...] Niklas mentions that Apache FtpServer is now available in the snapshot maven repo. Great! [...]
  3. niklas Says:
    Great to see you finding a use for it.

    /niklas

  4. kawazu Says:
    Cool. Hope it’ll keep more or less up-to-date as ftpserver development moves on. :)
    Cheers,
    Kristian

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.