I using maven and I want to make an excutable jar. I put some config files in resources then I want just change in config file without rebuild jar file. Are there any help?
- main
- java
- Main.java
- resources
- prop.properties
- config.xml
- java
I using maven and I want to make an excutable jar. I put some config files in resources then I want just change in config file without rebuild jar file. Are there any help?