Thanks for the tip. I noticed it recently while I was keeping an eye on the latest changes. It's a new one, isn't it?
Florin ----- Original Message ----- From: "bob mcwhirter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 4:31 PM Subject: Re: Short-circuiting a goal? > > Ah, yah, last definition of a goal wins. > > Florin, you might prefer -Dmaven.test.skip=true on the command-line > to skip running the tests. > > -bob > > On Thu, 24 Jul 2003, Florin Vancea wrote: > > > 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] > > > > -- > Bob McWhirter [EMAIL PROTECTED] > The Werken Company http://werken.com/ > > > --------------------------------------------------------------------- > 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]
