You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mewel <ev...@web.de> on 2009/09/14 10:40:24 UTC

Getting dependencies of calling project in plugin

Hello maven community,

I try to write a plugin that get dependency informations about the calling
project/module. How can I get these info, is there a manager class or
something? And another question, is there a good tutorial about plugin
development? I found only the basics.

Thanks
Mewel
-- 
View this message in context: http://www.nabble.com/Getting-dependencies-of-calling-project-in-plugin-tp25432281p25432281.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Getting dependencies of calling project in plugin

Posted by Anders Hammar <an...@hammar.net>.
I would check out the dependency plugin, as it does similar stuff.
http://maven.apache.org/plugins/maven-dependency-plugin/source-repository.html

/Anders

On Mon, Sep 14, 2009 at 10:40, Mewel <ev...@web.de> wrote:

>
> Hello maven community,
>
> I try to write a plugin that get dependency informations about the calling
> project/module. How can I get these info, is there a manager class or
> something? And another question, is there a good tutorial about plugin
> development? I found only the basics.
>
> Thanks
> Mewel
> --
> View this message in context:
> http://www.nabble.com/Getting-dependencies-of-calling-project-in-plugin-tp25432281p25432281.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>