I don't think its a "bug" which would imply the code is somehow
"wrong" or not working as described or expected.

Instead you are requesting a "new feature", that being the ability to
rename the resulting Rar file.

Go ahead and file an Improvement task for the Rar plugin if you would
like this feature added to the plugin. Or just grab the code, modify
locally, and don't worry so much about whether or not this change is
ever reflected in the "official" plugin.

Wayne


On 3/17/06, Jian.Wu <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I looked into RarMojo.java, the rarName is read-only as the following code
> snippet shown:
>
>   /**
>     * The name of the RAR file to generate.
>     *
>     * @parameter alias="rarName" expression="${project.build.finalName}"
>     * @required
>     * @readonly
>     */
>    private String finalName;
>
> Is there a specific reason rarName should be readonly so it can not be
> changed through
> pom.xml
>
> --
> View this message in context: 
> http://www.nabble.com/-M2-RAR-Plugin-Cannot-override-read-only-parameter%3A-rarName-t1300225.html#a3463902
> Sent from the Maven - Users forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to