Hi Csaba, Gajo Csaba wrote at Mittwoch, 4. November 2009 13:29:
> Hello, > > I use the exec plugin, and I need to pass it different parameters based > on the target I define. So for example, if I write mvn test, then exec > should forward one set of arguements to the command it executes, and if > I write mvn compile, then it sends another arguement. How to do this? > > I though about writing the <plugin> definition twice, one with <phase> > test, and another with compile, and writing two different > <configuraiton>s, but this didn't work, only the first config is > executed in both cases. You cannot define the same plugin twice. > Is there a way to do this or I need to write my own plugin? You have to define multiple executions with own configurations. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
