Is there a way to build a maven project with different profiles and deploy'em on different servers?
Lemme try to make a scenario.
There's a tag(ht tps://...svn/myApp/tags/1.1) which needs to be built through maven with two profiles(florida / california) after that It'll result in 2 war files(myApp1.1-florida.war/myApp1.1-california.war).
Thus, I need to deploy the myApp1.1-florida.war in two servers(florida_1 / florida_2) and myApp1.1-california.war in two others(california_1 / california_2), so guys, Is it possible to do it using Hudson, with or without plugins? If not, Is there another tech that suits on this case?
Lemme know if I wasn't clear enough and I'll try to explain it better.