I have \\src\\main\\resources\\logback.xml file. When I run mvn package it is placed into the jar by default. How do I make Maven place it next to jar, not insi
mvn package
No plugin definitions needed, just edit the build resources:
src/main/resources logback.xml src/main/resources logback.xml ..
Reference: