[regression] plugin parameters of primitive types can't be populated from 
expression
------------------------------------------------------------------------------------

                 Key: MNG-4328
                 URL: http://jira.codehaus.org/browse/MNG-4328
             Project: Maven 2
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 3.0-alpha-3
            Reporter: Benjamin Bentmann


{code:java}
/**
 * @parameter default-value="${settings.offline}"
 */
private boolean offline;
{code}
doesn't work due to the changes for MNG-4312. The code doesn't take 
primitive2wrapper conversions into account.

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

        

Reply via email to