I can create configuration parameter for my plugin and annotate it with
/**
* The greeting to display.
*
* @parameter expression="${sayhi.greeting}" default-value="Hello
World!"
*/
private String greeting;
This is said here
http://maven.apache.org/guides/plugin/guide-java-plugin-development.html
But I have my objects as config parameters. Can I use 'expression' and
'default-value' for its fields?
--
View this message in context:
http://old.nabble.com/Developing-maven-plugin.Can-I-use-%27expression%27-and-%27default-value%27-in-my-config-objects.-tp27769924p27769924.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]