Re: Enforce no local versions

2019-01-28 Thread Harald Wellmann
Do you mean a rule to enforce no snapshot dependencies? In that case, there is a rule called "requireReleaseDeps". "No local versions" does not really make sense to me, because any remote dependency will first be downloaded to your local repository. Regards, Harald Am 25.01.19 um 08:20

Configuring log levels from Maven plugin

2017-05-20 Thread Harald Wellmann
In a custom Maven plugin, I'm using a third-party library dependency which logs via SLF4J and has rather verbose INFO logging. Is there a way to change the log levels in my plugin implementation to suppress the INFO logs from the dependency, but not my own INFO messages? Regards, Harald