Does anyone know how to pass parameters to maven from the eclipse plugin?

from the command line I would do the following:

mvn -PTEST install

where -PTEST indicated the TEST profile should be used..

How do I do this in Eclipse? I know there is a Parameter Name and Value
fields on the External Tools menu but I am not sure how to pass the profile
parameter.

Thanks...

Reply via email to