Well, they are ANT tasks to apply a label to Clearcase using the
maven-ant-run-plugin.

Right now, I have these tasks set up to execute during the "install"
phase of the lifecycle..

As this is one of the last few stages of the life cycle, it will execute
only if the prior phases (compile, packaging, etc)have been a
success..correct?

Thanks

-----Original Message-----
From: Wayne Fay [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 25, 2008 11:36 AM
To: Maven Users List
Subject: Re: Question on Maven Build Lifecycle

> I have ANT tasks configured in my POM file..I would like to have these

> ANT tasks execute only if my Maven build is successful..

What kind of tasks are they?

What determines a "successful" Maven build -- compiles OK? tests OK?
package creation is OK? installed to local repo cache OK? deployed to
corporate repo OK? If you can answer that question, it will probably
indicate where you should bind the tasks. This is not something we can
answer for you.

Wayne

---------------------------------------------------------------------
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