On Wed, Jan 7, 2009 at 9:22 AM, Eugeny N Dzhurinsky <[email protected]> wrote:
> Can somebody please advice, is it possible to skip execution of certain
> plugins, which are only needed when performing the tests?
You could create a profile that contains these plugins, which is
activated in the absence of the property maven.test.skip. This would
be a general solution.
Alternatively if, like many plugins, the ones in question have a
"skip" configuration parameter to enable use cases like yours, you
could pass ${maven.test.skip} as the value of that parameter.
- John
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]