You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/07/28 10:47:57 UTC

[jira] Updated: (MNG-674) Plugin @parameter alias does not seem to work

     [ http://jira.codehaus.org/browse/MNG-674?page=all ]

Brett Porter updated MNG-674:
-----------------------------

    Fix Version: 2.0-beta-1

> 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
>      Fix For: 2.0-beta-1

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org