For the third one, did you define the maven namespace??

<project
  xmlns:maven="jelly:maven"
  ..

Arnaud

> -----Message d'origine-----
> De�: Brett Porter [mailto:[EMAIL PROTECTED]
> Envoy�: lundi 24 mai 2004 01:19
> ��: 'Maven Users List'
> Objet�: RE: Overwriting properties
> 
> The third one is correct. Are you using RC3? That notation was only added
> in
> RC3.
> 
> - Brett
> 
> > -----Original Message-----
> > From: Heidi Schuster [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, 22 May 2004 12:56 AM
> > To: Maven Users List
> > Subject: Overwriting properties
> >
> >
> >
> > Hi,
> >
> > I am trying to overwrite a property for the multiproject
> > plugin in my maven.xml Neither the ant property task or the
> > jelly set task works (see code below). The value stays as
> > defined in project.properties.
> >
> >
> > <property file = "site.properties"/>
> > <property name = "maven.multiproject.includes"
> > value="app*/project.xml"/>
> >
> > <maven:set
> >     plugin="maven-multiproject-plugin"
> >     property="maven.multiproject.includes"
> >     value="app*/project.xml" />
> >
> >
> > Any ideas?
> >
> > thanks you very much,
> >     Heidi
> >
> >
> > ---------------------------------------------------------------------
> > 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]

Reply via email to