I have several Maven profiles, which should not all be available on all machines. So I don't want to put them into the super pom in the root directory.
However, as far as I can see there is no way to put Maven 3 build profiles into different files and include them during runtime using activation rules and command line parameters.
Or am I wrong?