You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@codehaus.org> on 2009/07/01 20:24:05 UTC

[jira] Created: (MCHANGES-161) Add limited properties interpolation

Add limited properties interpolation
------------------------------------

                 Key: MCHANGES-161
                 URL: http://jira.codehaus.org/browse/MCHANGES-161
             Project: Maven 2.x Changes Plugin
          Issue Type: New Feature
          Components: changes-report
    Affects Versions: 2.1, 2.0
         Environment: Maven 2.0.10, JDK 6, XP SP2
            Reporter: Michael Osipov


Right now I have to adjust the current version and date manually.

I'd be great to have something like this:

{code:xml}
<release version="${version}" date="${publishDate}" description="...">
...
</release>
{code}

Where publish date would be the same date and format as in site.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MCHANGES-161) Add limited properties interpolation

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MCHANGES-161:
----------------------------------

         Assignee: Olivier Lamy
    Fix Version/s: 2.2

> Add limited properties interpolation
> ------------------------------------
>
>                 Key: MCHANGES-161
>                 URL: http://jira.codehaus.org/browse/MCHANGES-161
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>          Components: changes-report
>    Affects Versions: 2.0, 2.1
>         Environment: Maven 2.0.10, JDK 6, XP SP2
>            Reporter: Michael Osipov
>            Assignee: Olivier Lamy
>             Fix For: 2.2
>
>
> Right now I have to adjust the current version and date manually.
> I'd be great to have something like this:
> {code:xml}
> <release version="${version}" date="${publishDate}" description="...">
> ...
> </release>
> {code}
> Where publish date would be the same date and format as in site.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MCHANGES-161) Add limited properties interpolation

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MCHANGES-161.
---------------------------------

    Resolution: Fixed

fix in [rev 798002|http://svn.apache.org/viewvc?rev=798002&view=rev]
interpolation "à la" resources plugin is supported.
NOTE it's better to use ${project.version} rather than ${version}.

> Add limited properties interpolation
> ------------------------------------
>
>                 Key: MCHANGES-161
>                 URL: http://jira.codehaus.org/browse/MCHANGES-161
>             Project: Maven 2.x Changes Plugin
>          Issue Type: New Feature
>          Components: changes-report
>    Affects Versions: 2.0, 2.1
>         Environment: Maven 2.0.10, JDK 6, XP SP2
>            Reporter: Michael Osipov
>            Assignee: Olivier Lamy
>             Fix For: 2.2
>
>
> Right now I have to adjust the current version and date manually.
> I'd be great to have something like this:
> {code:xml}
> <release version="${version}" date="${publishDate}" description="...">
> ...
> </release>
> {code}
> Where publish date would be the same date and format as in site.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira