Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude logback.xml from the published jar #24

Open
shitikanth opened this issue Dec 23, 2022 · 0 comments
Open

Exclude logback.xml from the published jar #24

shitikanth opened this issue Dec 23, 2022 · 0 comments

Comments

@shitikanth
Copy link

Libraries should not be packaging logback.xml since users importing the library as a dependency lose control of their logging configuration.

                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-jar-plugin</artifactId>
                    <configuration>
                        <excludes>
                            <exclude>**/logback.xml</exclude>
                        </excludes>
                    </configuration>
                </plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant