Maven: Different property files for different profiles
问题 I'm using different maven profiles to deploy my application to different environments. (With the weblogic-maven-plugin, but I think this is not important) In the application I use Spring Web Services. Now I'd like to change the endpoint depending on the environment. (The endpoint is defined in Spring's applicationContext.xml) My idea is to read the value from a property file. This property file will be written (or copied) during Mavens package phase. Is this a good idea? If yes: How do I