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]