I suppose you mean adding this to the command line when running mvn release:prepare. I would like to have this property present automatically like in the release:perform case so I can make sure the profile gets activated, even if somebody would forget to add that extra command line argument.
2010/8/31 Antonio Petrelli <[email protected]> > 2010/8/31 Wim Deblauwe <[email protected]>: > > I know that during the release:perform, there is a property > 'performRelease' > > that is set to true. I use this to activate a release profile. However, I > > need to do the same during the release:prepare. Is there something like a > > performPrepare property? > > -Darguments="-Pmyprofile" > > HTH > Antonio > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
