You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2009/10/31 15:49:55 UTC

[jira] Created: (MNG-4423) Allow to query session data via plugin parameter expressions

Allow to query session data via plugin parameter expressions
------------------------------------------------------------

                 Key: MNG-4423
                 URL: http://jira.codehaus.org/browse/MNG-4423
             Project: Maven 2
          Issue Type: Improvement
          Components: Plugin API
    Affects Versions: 2.x
            Reporter: Benjamin Bentmann
            Priority: Minor


Something like
{code:java}
/** @parameter default-value="${session.executionProperties}" */
private Properties executionProperties;
{code}
does not work because the {{PluginParameterExpressionEvaluator}} currently only supports {{${session}}} but not {{${session.*}}}.

-- 
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: (MNG-4423) Allow to query session data via plugin parameter expressions

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4423.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-alpha-3
         Assignee: Benjamin Bentmann

Improved in [r831552|http://svn.apache.org/viewvc?view=revision&revision=831552].

> Allow to query session data via plugin parameter expressions
> ------------------------------------------------------------
>
>                 Key: MNG-4423
>                 URL: http://jira.codehaus.org/browse/MNG-4423
>             Project: Maven 2
>          Issue Type: Improvement
>          Components: Plugin API
>    Affects Versions: 2.x
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 3.0-alpha-3
>
>
> Something like
> {code:java}
> /** @parameter default-value="${session.executionProperties}" */
> private Properties executionProperties;
> {code}
> does not work because the {{PluginParameterExpressionEvaluator}} currently only supports {{${session}}} but not {{${session.*}}}.

-- 
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