RE: Can I get the user settings from a Mojo

2006-09-29 Thread Laura Hinojosa
Thank you! It work, I just have to change the class name. The correct name is Settings: /** * @parameter expression=${settings} * @readonly */ Settings settings; From Rahul Thakur [EMAIL PROTECTED] Subject Re: Can I get the user settings from

Re: Can I get the user settings from a Mojo

2006-09-28 Thread Rahul Thakur
I think you can use something like this in your Mojo /** [EMAIL PROTECTED] expression=${settings} * @readonly */ MavenSettings settings; PS: pls check the name spelling for the Maven settings class. HTH, Rahul Laura Hinojosa wrote: Is it possible to access the Users