Hi carioca,

A maven build consists of a lifecycle. A lifecycle is defined by an ordered list of phases (like compile, test, install ...) each phase execution includes the execution of all other phases before it. And finally there are goals that are bound to a specific phase of the lifecycle. See here [1] or here [2] for a more comprehensive description.

So what you can do is bind the goal in question to the phase just after the phase that should be executed before the goal.

Hope that helps

-Tim

[1] http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
[2]
http://www.sonatype.com/book/reference/simple-project.html#section-simple-core

carioca schrieb:
Hi,

I am still looking for a solution to this problem. Can anyone help?

Thanks.


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

Reply via email to