On 2 June 2011 12:52, Eyal Goren <[email protected]> wrote:
> Hi,
>
> I am using maven 2.2.8.

Welcome time traveller from an alternate universe!

>
> I need to find a way to configure a parameter for a specific plugin- without
> configuring it directly in the pom, but using a command line (Like the -D),
> any idea how this can be done?

Unless the plugin uses a property as a default value the only way is
to define a property in the pom that has the current plugin default
value and then configure the plugin to use that property... that way
if you set your new property from the CLI it will change the default

>
> Thank
> Eyal
>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/How-to-set-plugin-configuration-parameter-tp4447831p4447831.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to