Re: Bug in maven-site-plugin?
Michael Osipov <[email protected]> Fri, 19 Sep 2025 15:14:58 -0000
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <[email protected]> |
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")