kordamp / oci-maven-plugin

OCI Java SDK Maven Plugin
Apache License 2.0
5 stars 0 forks source link

Convert patronage message from Warning to Info #8

Closed robertpatrick closed 1 year ago

robertpatrick commented 2 years ago

We regularly scan our builds to address and remove all warnings. While I appreciate your desire to have people sponsor the plugin, making this a build warning is problematic for us. Can you please provide some way to squelch this warning?

aalmiray commented 2 years ago

The banner appears at most 3 times at any given machine as long as caches are retained that is, ~/.m2/caches/kordamp.

robertpatrick commented 2 years ago

Unfortunately, that doesn't help with our Jenkins builds where we are spinning up Docker containers to run the build.

aalmiray commented 1 year ago

Banner output moved to info. it can also be skipped by setting a org.kordamp.banner System property to false.