You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by zhaoyi <yo...@gmail.com> on 2012/02/22 06:48:54 UTC

How to set the dependencies of plugin?

I am using a maven plugin which has some dependencies. How can I modify the
plugin's dependencies in my pom.xml?

--
View this message in context: http://maven.40175.n5.nabble.com/How-to-set-the-dependencies-of-plugin-tp5504204p5504204.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: How to set the dependencies of plugin?

Posted by Stephen Connolly <st...@gmail.com>.
Add a <dependencies> section to the <plugin>

On 22 February 2012 05:48, zhaoyi <yo...@gmail.com> wrote:
> I am using a maven plugin which has some dependencies. How can I modify the
> plugin's dependencies in my pom.xml?
>
> --
> View this message in context: http://maven.40175.n5.nabble.com/How-to-set-the-dependencies-of-plugin-tp5504204p5504204.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
>

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