Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Maven Plugin to copy artifacts from a repository to a server and execute some remote commands.

License

Notifications You must be signed in to change notification settings

Khoulaiz/delivery-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delivery-Maven-Plugin

Provides the following features:

  • copies an artifact from a repository to a remote server using different protocols
  • executes a number of commands on the remote server
  • supports at least scp via jsch and an external ssh (to support ssh agents)
  • the goals should be callable independently from a build phase (delivery without build)
  • several staging servers should be supported

In short: the goal is to automate the usual "scp xyz.jar server:/var/www/webapps; ssh server; tomcat.sh restart"

About

Maven Plugin to copy artifacts from a repository to a server and execute some remote commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages