Hello everybody,

I would like to change the version in the pom.xml using a self-developed
plug-in. I tried to get access via 

/**
* Project instance
* @parameter default-value="${project}"
* 
*/
private MavenProject project;

and then 

project.setVersion("222");

but it doesn't work. The compiler tells me that MavenProject is an
unknown type: can't find the symbol: class MavenProject

Does anyone have a clue what to do?

Thanks a lot.

Christian



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to