Using Maven 2.1 and Eclipse Maven Plugin 0.9.7 of 20081130
I use an environment variable like ${env.FLORENCE_HOME} in my pom.xml files.
Sometimes this resolves correctly, sometimes it doesn't, and then Maven
generates files into a directory literally called  ${env.FLORENCE_HOME}
within my build directory.

Specifically, I define a variable ${florence.server} based on
${env.FLORENCE_HOME} in one pom.xml, then references ${florence.server} in
another pom.xml.
This generally works, and I cannot tell what triggers the problem,

Moreover, even where the bug occurs, the base pom IS being correctly
referenced, as the variable ${florence.server}  does resolve, even though
the second level of resolution, to the environment variable does not happen

Joshua

Reply via email to