Ivan,
This isn’t actually the fault of the deployment tool, but the fact that they are likely being erased from your /classes folder by the default Eclipse build operation (which is to “clean” the output dir).
Your properties fiels should always go in your source folder, they will be copied into the output locations when the project is built by Eclipse, then the deployment tool will find/deploy them for you.