Feeds
Categories
Blogroll
Sites
Tag Archives: apache
Building an FTP server Maven plugin from scratch
In this post we design and code a new Maven plugin that fires up a FTP server to aid in integration testing of FTP-bound processes, thus demonstrating the flexibility and power of Maven plugins. Introducing Maven and testing It is … Continue reading
Posted in Computing, Java
Tagged apache, apache commons net, apache ftp server, apache mina, ftp, ftp server, integration testing, Java, maven, maven failsafe plugin, maven surefire plugin, plugin, plugins, testing, unit testing
Leave a comment