Due to the increased number of permutations (additional languages) the full compile times
have increased quiet drastically. To work around this problem during development, I've
added a development build profile that restricts the languages to english and the browser
permutations to safari and firefox:
mvn -Pdev clean install
Usually it's fine to run hosted mode for development, but when it becomes necessary to
build the final app you can use the above profile to quickly build a console version with
above constraints.
Regards, Heiko