Using: Maven 1.0rc1 Is there a way to suppress the trace logging when Maven executes? I do not want to see all the goals that are being invoked in order to service the goal that I have executed. For example, if goal-A invoked goal-B which in turn invoked goal-C the command
maven plugin:goal-A Results in goal-B: goal-C: being echoed over and above any messages resulting from <echo> or <log> statements in these goals. Also I would like to be able to suppress the BUILD SUCCESSFUL Total time: 13 seconds Finished at: Wed Oct 08 08:58:55 EDT 2003 that displays at the end. Is this possible? Sri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
