I added a properties file to my project, this file is saved in the main folder of the project while the jar is saved in the dist folder. Every time I want to test the jar I have to move the properties file to its folder and every time I compile the solution it is deleted and I have to do it again.
Is there a way that every time the properties file is compiled also be stored in the jar folder?