On 2025/09/17 09:12:45 Claude Warren wrote: > Greetings, > > The maven site plugin indicates that properties defined in the pom.xml > should be available within the velocity engine as "${propertyName}". This > works for most cases. However, I have found that pom properties with dots > (".") in the name do not work. Thus "${property.name}" does not work. > > Is this a bug or a known limitation that should be documented?
$context.get("property.name") --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org