MVN

com.github.daknin : ftpserver-maven-plugin

Maven & Gradle

May 17, 2016
0 stars

Apache FTP server launcher · A Maven plugin that configures a runs an Apache FTP Server instance within a maven lifecycle.

<plugin>
    <groupId>com.github.daknin</groupId>
    <artifactId>ftpserver-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.daknin : ftpserver-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.github.daknin : ftpserver-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
ftpserver-maven-plugin-1.1
1.0.x
ftpserver-maven-plugin-1.0.1
ftpserver-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.daknin</groupId>
    <artifactId>ftpserver-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Advertisement