On Tue, Oct 18, 2011 at 2:22 PM, Brian Topping <topp...@codehaus.org> wrote:
> The code you put in your original email didn't make it to the list, maybe it 
> was formatted somehow.
>
> What I think you are looking for is:
>
>> /** @parameter default-value="${project}" */
>> private org.apache.maven.project.MavenProject mavenProject;
>
> This will give you the MavenProject object, which you can dereference to find 
> the properties.

Also check out the articles on Plugin development at
http://maven.apache.org/guides/index.html - Section "Plugins"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to