Hi ml,

I've been trying to get property filtering to work over the site documents as specified in http://maven.apache.org/plugins/maven-site-plugin/usage.html by appending the '.vm' extension to the appropriate files. The problem is that the property filtering doesn't seem to work when the property names contain periods for breaking up the context words, for example:

The works:
${currentVersion}

This doesn't:
${current.version}

For some reason the default maven properties which are always available DO work even if they have periods, for example this is resolved correctly:

${project.version}

Seems like some strange behavior and it took me a while to nutt it out. Anyone else seen this, is it a valid bug for the component?

Thanks,
Cam


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

Reply via email to