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]
