MVN

com.googlecode.msidor.maven.plugins : groovy2ssh-maven-plugin

Maven & Gradle

Nov 28, 2014

groovy2ssh-maven-plugin · Maven plugin that allows to execute shell commands via groovy script on remote host through ssh connection. This is basically only the maven plugin wrapper for com.googlecode.msidor.groovy2ssh library whereas the SSH connection is handled by JSCH library.

<plugin>
    <groupId>com.googlecode.msidor.maven.plugins</groupId>
    <artifactId>groovy2ssh-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.msidor.maven.plugins : groovy2ssh-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.googlecode.msidor.maven.plugins : groovy2ssh-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
groovy2ssh-maven-plugin-1.0.4
groovy2ssh-maven-plugin-1.0.3
groovy2ssh-maven-plugin-1.0.2
groovy2ssh-maven-plugin-1.0.1
groovy2ssh-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.googlecode.msidor.maven.plugins</groupId>
    <artifactId>groovy2ssh-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>