Let's get rid of it altogether :) Its got nothing to do with the project any more.
- Brett > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 27 November 2003 1:57 PM > To: Maven Users List > Subject: RE: Unit tests run twice ? > > > Yes, let's encapsulate the plugin communications into tags > rather than > script. > > Once we have that, lets make project's getPluginContext > method private. > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > Brett Porter <[EMAIL PROTECTED]> wrote on 27/11/2003 > 08:28:18 AM: > > > > >A better alternative should be : > > > ><attainGoal > session="${context.getVariable('maven.session.global', > > > >'parent')}" name="jar:install" /> > > > ><attainGoal > session="${context.getVariable('maven.session.global', > > > >'parent')}" name="site:generate" /> > > > > > > > > > > > How am i supposed to change the maven.test.skip variable > > > between the two > > > lines above ? > > > I've just tried to add a <set var="maven.test.skip" > > > value="true"> but it > > > doesn't work. > > > > You shouldn't need to. In this case, test should only be attained > > once. > But > > I haven't tried it for myself. > > > > Anyway, the plugincontext.setVariable might be enough for now. I'll > > look > at > > adding a decent tag for that. > > > > Cheers, > > Brett > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
