I would like to execute 2 remote shell scripts from maven as a pre-deploy and
a post-deploy step.I know about the exec plugin, but I don't know if it is
able to execute remote shell scripts.The Maven antrun plugin that I've also
checked, is able to execute a sshexec task that could help me indeed,
unfortunately it doesn't allow any other goals than "run", and I would like
to convince Maven to execute these shell scripts, with different goals, for
example with an "execution-before" and an "execution-after" goal of the
deploy phase.
Is there anybody that could help me?
Thanks in advance
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Execute-2-remote-shell-scripts-before-and-after-deploy-phase-tp3231896p3231896.html
Sent from the Maven - Users mailing list archive at Nabble.com.

Reply via email to