MVN

org.bluestemsoftware.open.maven.plugin : ftp-plugin

Maven & Gradle

Nov 21, 2010

ftp-plugin · FTP's a project's artifacts to a remote location. Used within the alakai release process.

<plugin>
    <groupId>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>ftp-plugin</artifactId>
    <version>1.0.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bluestemsoftware.open.maven.plugin : ftp-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0.2

All Versions

Choose a version of org.bluestemsoftware.open.maven.plugin : ftp-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ftp-plugin-1.0.0.2
ftp-plugin-1.0.0.1
ftp-plugin-1.0.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>org.bluestemsoftware.open.maven.plugin</groupId>
    <artifactId>ftp-plugin</artifactId>
    <version>1.0.0.2</version>
</plugin>