> 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]