Logback configuration issue, cannot find logback.xml
问题 My project is configured to be able to pick up logback.xml automatically if it's located in the same directory as the .jar file. Normally I just run my project with java -jar app.jar and logback picks up logback.xml automatically and configures itself. These are the contents of my MANIFEST.MF file: Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: Dev Build-Jdk: 1.7.0_45 Main-Class: com.app.middleware.App Class-Path: . However, once I added a new Maven