I'm using Maven. When I launch my project from Eclipse, resources are exported at the root directory. But when I export it to an executable jar-file resources are located in /resources/
How can I change the path where resources are exported when i launch the project from Eclipse to match the path in executable jar-file ?