Re: Maven local repository location

2007-03-30 Thread Eric Redmond
Try a field in your mojo with an expression = ${settings.localRepository} Eric On 3/29/07, Rahul Khot [EMAIL PROTECTED] wrote: Is there a way to access maven local repository location in the plugin or in the pom.xml. I have tried the following vars: ${maven.repo.local

Maven local repository location

2007-03-29 Thread Rahul Khot
Is there a way to access maven local repository location in the plugin or in the pom.xml. I have tried the following vars: ${maven.repo.local} ${localRepository} I try to pass them as a parameter in the plugin metadata file. Any help will be highly appreciated. Thanks