You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2022/10/08 11:41:00 UTC

[jira] [Created] (DOXIA-677) Macro for printing project properties

Slawomir Jaranowski created DOXIA-677:
-----------------------------------------

             Summary: Macro for printing project properties
                 Key: DOXIA-677
                 URL: https://issues.apache.org/jira/browse/DOXIA-677
             Project: Maven Doxia
          Issue Type: New Feature
            Reporter: Slawomir Jaranowski


Many time we use velocity only for resolving project properties like:
{code}
${project.version}
{code}

Another case is that for Markdown we have conflicts
Velocity uses # as a prefix for macros and ## as a prefix for comments
but in Markdown those is used for headers

So Doxia macro will be useful is such cases.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)