Is there a way to get Eclipse to export multiple configurations to a single project?
My problem is this:
I have several java web applications that I am developing in Eclipse. Before I put new versions on my production server, I publish new versions on a test server, where applications work with a slightly different configuration (database server name, etc.).
Is there a way to something like "export war for TEST env" and "export war for PROD env"? An eclipse would have to take another properties file ...
I guess there is a way, I just can't understand.
Any ideas / hints?
KB22
source share