Plugin @parameter alias does not seem to work
---------------------------------------------

         Key: MNG-674
         URL: http://jira.codehaus.org/browse/MNG-674
     Project: Maven 2
        Type: Bug
  Components: maven-plugin-api  
    Versions: 2.0-beta-1    
 Reporter: Peter van de Hoef


I'm trying to use the alias feature in plugin parameter definitions:
The syntax I'm using is:

/**
 * @parameter alias="bar"
 */
private String foo;

Then:

<configuration>
    <foo>maven</foo>
</configuration>

does work, but:

<configuration>
    <bar>maven</bar>
</configuration>

does not.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to