The project.xml can use variables defined in the pom, like you have 
mentioned below.

I'm not sure which other properties are available at interpolation time.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/
Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc


Stephen McConnell <[EMAIL PROTECTED]> wrote on 31/10/2003 07:48:00 AM:

> 
> 
> James CE Johnson wrote:
> 
> >>The project.xml file isn't executed as a jelly script. It's treated as
> >>an  expression.
> >> 
> >>
> >
> >Drat.
> >
> >I guess that also explains why I can't set properties/variables in
> >maven.xml and have them evaluated in project.xml:
> >
> >maven.xml:
> >
> >   ...
> >   <property name="foo.version" value="1.2.3"/>
> >
> >project.xml:
> >
> >   <dependency>
> >      <id>foo</id>
> >      <version>${foo.version}</version>
> >   </dependency>
> > 
> >
> 
> This (parameterized versions) would be *so* helpful!
> 
> Steve.
> 
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> > 
> >
> 
> -- 
> 
> Stephen J. McConnell
> mailto:[EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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