navikt / mock-oauth2-server

A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known issuer)
MIT License
240 stars 57 forks source link

Exclude logback.xml from jar #665

Closed on-delete closed 5 months ago

on-delete commented 5 months ago

As discussed in #658 i would like to exclude the logback.xml from the jar, to prevent overwriting the project specific logback config.

tommytroen commented 5 months ago

@on-delete Thanks for the contribution. Closing this in favour of #667