The output is coming from the following line in DeployerImpl.java (line
134):
actionReport.writeReport(System.out);
Would you like to file a JIRA issue on this? I would think that the
embedded APIs shouldn't be writing anything to System.out.
What is mysterious is that this line has been there all along, even in
3.1. So I don't see why you didn't see the output with 3.1.
Tom