Hi Martin,
there's no automation. You need to provide the expression for the parameter to
initialize:
[snip]
/**
* @parameter expression="${testParam}"
**/
private String testParam
[snip]
Within the expression you can also address other parts of the POM ... another
typical parameter is:
/**
* The directory for the generated file.
*
* @parameter expression="${project.build.directory}"
* @required
*/
private String outputDirectory;
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]