<plugin><inherited>false</inherited><groupId>org.apache.maven.plugin</groupId><artifactId>maven-antrun-plugin</artifactId><version>3.0.0</version><executions><execution><id>scp-ssh</id><phase>package</phase><goals><goal>run</goal></goals><configuration><targetname="scp-ssh"description="copy to server"><echomessage="Remember to fill empty fields..."/><!-- file to be transferred--><scptrust="true"failonerror="true"verbose="off"sftp="true"file="${project.build.directory}/${project.build.finalName}.jar"todir="paas:Image0@Lalla123@10.10.10.10:/tmp/scripts/"/><sshexectrust="true"failonerror="true"host="10.10.10.10"username="paas"password="Image0@Lalla123"command="/tmp/scripts/${project.build.finalName}.sh"timeout="120000"/><taskdefname="scp"classname="org.apache.tools.ant.taskdefs.optional.ssh.Scp"><classpathrefid="maven.plugin.classpath"/></taskdef></target></configuration></execution></executions><dependencies><dependency><groupId>org.apache.ant</groupId><artifactId>ant-commons-net</artifactId><version>1.10.8</version></dependency><dependency><groupId>org.apache.ant</groupId><artifactId>ant-jsch</artifactId><version>1.10.8</version></dependency></dependencies></plugin>