You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sri Sankaran <Sr...@sas.com> on 2003/10/08 15:09:04 UTC

Suppressing Maven trace log

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Suppressing Maven trace log

Posted by Michal Maczka <mm...@raay-cqs.com>.
Can I ask why?

Try: maven goal >> null

Michal

> -----Original Message-----
> From: Sri Sankaran [mailto:Sri.Sankaran@sas.com]
> Sent: Wednesday, October 08, 2003 3:09 PM
> To: Maven Users @ Apache
> Subject: Suppressing Maven trace log
> 
> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org