I've overridden successfully the "test:test" goal to speed up occasionally the development cycle. Just define a goal in maven.xml with the same name as tho overridden one, doing whatever you like.
Florin ----- Original Message ----- From: "James CE Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 8:11 PM Subject: Short-circuiting a goal? > Heya, > > Is there any way for a preGoal to short-circuit a goal? Or, can I override > a plugin goal in my own maven.xml to disable it? > > Its a long story but I've got an ejb:jar goal that builds my jarfile. > However, some of the standard goals rely on jar:jar and when that fires it > does Bad Things to the jar I've already built. > > Thanks, > J > > > --------------------------------------------------------------------- > 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]
