AFAIK, "test" is the only skippable phase (-Dmaven.test.skip=true). In other
cases where this is necessary, I find myself executing all of the goals in
order, sans phase.

For example, to skip "process-test-resources" when packaging a jar:

mvn resources:resources compile:compile compiler:testCompile surefire:test
jar:jar

Ugly, but it works. Let me know if you find a nicer way.

Eric

On 7/19/06, Jon SlinnHawkins <[EMAIL PROTECTED]> wrote:

HI,

Is it possible to explicitly unbind a plugin form a phase.

i.e. i want to tell a plugin not to execute for a specific phase

Thanks

Jon




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Eric
http://codehaus.org/~eredmond

Reply via email to