Re: Configuring Maven plugin object parameter from command line

2016-03-15 Thread Robert Scholte
Hi, thanks for your question, but you picked the wrong channel. Next time you should use the Maven users mailing list. Regarding your question: you can't pass complex Objects via commandline. But there might be a trick which could work for you. --- private DeployConfig deployConfig = new

Configuring Maven plugin object parameter from command line

2016-03-14 Thread João Martins
Hi, hope this is the correct channel to respond to this question. I'm building a Maven plugin whose every action take around 75 possible flags (and counting). To help with compartmentalizing all this configuration, I created Java classes to hold the configs for each goal (e.g., DeployConfig,