Brett Porter wrote:
IIRC, touchstone tests it.

Thanks for the tip. Now I don't know how touchstone works, but as I understand it, the following should work:

if you put in your project.xml:

  <properties>
    <propertyA>pomPropertyA</propertyA>
  </properties>

then you should access the property in a custom jelly script like:

<echo>propertyA = ${pom.getProperty('propertyA')}</echo>

But this doesn't work, I get no output. What am I missing?

-Lukas


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

Reply via email to