maven antrun ssh or scp hides the output
问题 I want to run an ssh & scp commands using antrun in mvn. the ssh & scp commands runs correctly, and the plugins that declared inthe next phases - run. but the output of all commands after the ssh/scp - isn't written to any output! What is the problem?! here is my pom.xml: <?xml version="1.0" encoding="utf-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org