Is it possible to run maven without an actual pom file as input but specify that pom as an text input from command line?
I need to invoke maven for different poms - but instead of creating so many poms dynamically, I would rather have maven take whatever would be inside the pom as a text input from command line or in some other programmatic way (if there is one).