Hi I have a little webapp which has some resources filtered I have two profiles dev and prod, currently the different profiles specify different property files to be used when filtering the webapp resources. My problem is that I don't know how to debug the application, can't deploy the application from within IntelliJ anymore due to the property placeholders.
I'm also about to skip the filter property files in favor of having the properties in settings.xml, since I don't want to check that in to my public SVN. Which also causes the same debugging problem. I guess I could keep debug versions of my files and switch those for the live ones, but I'd like to find a way of utilizing maven. Tips and advice greatly appreciated. Cheers, Mike
