Is it possible to pass a Collection or a Map to the Maven command line using the -D option?
Currently I've got a mojo with a lot of maven parameters which are passed by calling:
mvn.bat -DparamterName=parameterValue
I know that Lists and Maps can be passed through an .xml file, but I need to use the maven command line to start the mojo.