${one} in that case, ${project.*} should be used to access the actual elements of the project.

- Brett

On 26/11/2008, at 2:49 AM, Randy Kamradt wrote:

There has been some confusion in the past about accessing pom properties
using the ${} notation.  I know that to access the project version you
should use ${project.version}.  But for pom defined properties is the
project prefix required?  for instance, in a pom.xml:

<properties>
   <one>1</one>
</properties>

   ${project.one}
   or....
   ${one}

either seems to work, but is there a preferred method?

--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to