I've found a little documentation and a blog posting that may be of help to you.
http://maven.apache.org/guides/introduction/introduction-to-profiles.html http://techpolesen.blogspot.com/2007/08/maven-profiles-activation-by-property.html On 4/11/08, Trevor Torrez <[EMAIL PROTECTED]> wrote: > > Is there documentation available on the specifics of profile > activation? I think I read somewhere that > <activation> > <property> > <name>stage</name> > <value>!test</value> > </property> > </activation> > > will activate a profile if the "stage" property does NOT have the > value "test", but I can't remember where. > > Thanks > > -trevor > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
