A recent mail from franz see gives me the answers (use @component instead of @parameter).
Sorry for the annoyance. Sebastien -----Original Message----- From: Sebastien Brunot [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 1:58 PM To: Maven Users List Subject: MavenProjectBuilder injection in a Mojo Hi all, what is the expression to use for injection of an org.apache.maven.project.DefaultMavenProjectBuilder instance as the value of a pojo parameter: /** * A MavenProjectBuilder instance * * @parameter expression="????" * @readonly * @required */ private MavenProjectBuilder projectBuilder; what should i set as expression ? Thanks for your help, Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
