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.

License

License

Categories

Categories

Groovy Languages Maven Build Tools
GroupId

GroupId

com.googlecode.msidor.maven.plugins
ArtifactId

ArtifactId

groovy2ssh-maven-plugin
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Project URL

Project URL

https://code.google.com/p/groovy2ssh-maven-plugin/

Download groovy2ssh-maven-plugin

How to add to project

<plugin>
    <groupId>com.googlecode.msidor.maven.plugins</groupId>
    <artifactId>groovy2ssh-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>

Dependencies

compile (3)

Group / Artifact Type Version
com.googlecode.msidor : groovy2ssh jar 1.0.2
org.apache.maven : maven-plugin-api jar 2.0
org.slf4j : slf4j-api jar 1.7.7

test (1)

Group / Artifact Type Version
org.apache.maven.shared : maven-plugin-testing-harness jar 1.0-beta-1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0