Hello,

I am trying to generate some site files using the .apt format. (I'm not
wedded to that format, but I'm starting there since it's the easiest.) I was
hoping to do something like this:

  ${project.name}

    ${project.description}


But that doesn't work. The curly braces disappear, but the properties aren't
replaced. So I guess maven doesn't do property substitution before
processing these files, huh? Is there a switch to turn that on? Should I
just hack it by running my site files through a resource filter?

Thanks,
Paul

-- 
View this message in context: 
http://www.nabble.com/property-substitution-in-site-files--tf2470206.html#a6887419
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to