You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mirko Friedenhagen <mf...@gmail.com> on 2016/07/09 22:08:06 UTC

Maven 3.4.0-SNAPSHOT and Slf4jMavenTransferListener

Hello everybody,

in my CI builds I like to suppress download messages. I do this by setting:

MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN
-Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"

Now when calling Maven 3.3.9 in Batch-Mode I do not see the INFO
messages for downloads and get the duration nicely without any special
CI support.
With one of the latest SNAPSHOTs
(https://repository.apache.org/content/repositories/snapshots/org/apache/maven/apache-maven/3.4.0-SNAPSHOT/apache-maven-3.4.0-20160709.185055-151-bin.tar.gz)
this seems not to work anymore. Is this intended or a bug?


Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/

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


Re: Maven 3.4.0-SNAPSHOT and Slf4jMavenTransferListener

Posted by Hervé BOUTEMY <he...@free.fr>.
we switched from slf4j-simple to slf4j-gossip: logging configuration uses 
other properties, I suppose

Regards,

Hervé

Le dimanche 10 juillet 2016 00:08:06 Mirko Friedenhagen a écrit :
> Hello everybody,
> 
> in my CI builds I like to suppress download messages. I do this by setting:
> 
> MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4j
> MavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true
> -Djava.awt.headless=true"
> 
> Now when calling Maven 3.3.9 in Batch-Mode I do not see the INFO
> messages for downloads and get the duration nicely without any special
> CI support.
> With one of the latest SNAPSHOTs
> (https://repository.apache.org/content/repositories/snapshots/org/apache/mav
> en/apache-maven/3.4.0-SNAPSHOT/apache-maven-3.4.0-20160709.185055-151-bin.ta
> r.gz) this seems not to work anymore. Is this intended or a bug?
> 
> 
> Regards Mirko
> --
> http://illegalstateexception.blogspot.com/
> https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
> https://bitbucket.org/mfriedenhagen/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


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