How to skip the resolved depenencies of a dependency

2011-02-22 Thread koppaka pradeep
Hello, i want know how to skip the resolved dependencies of a dependency. Becoz this may happen in many cases. some body plz explain me with a simple and good example. -- View this message in context:

Re: How to skip the resolved depenencies of a dependency

2011-02-22 Thread Ondřej Světlík
Dne 22.2.2011 14:16, koppaka pradeep napsal(a): Hello, i want know how to skip the resolved dependencies of a dependency. Becoz this may happen in many cases. some body plz explain me with a simple and good example. Hello, you mean something like this?

Re: How to skip the resolved depenencies of a dependency

2011-02-22 Thread Ondřej Světlík
Dne 22.2.2011 14:16, koppaka pradeep napsal(a): Hello, i want know how to skip the resolved dependencies of a dependency. Becoz this may happen in many cases. some body plz explain me with a simple and good example. Hello, you mean something like tnis? dependency

Re: How to skip the resolved depenencies of a dependency

2011-02-22 Thread koppaka pradeep
I am new to maven could you plz tell me wts the difference between the like including exclusion and the procedure as in this thread: http://maven.40175.n5.nabble.com/Problems-with-Surefire-TestNG-and-Guice-3-tp3384082p3384082.html where can edit the abstractMojo.java -- View this message in

Re: How to skip the resolved depenencies of a dependency

2011-02-22 Thread Ondřej Světlík
Dne 22.2.2011 15:18, koppaka pradeep napsal(a): I am new to maven could you plz tell me wts the difference between the like including exclusion and the procedure as in this thread: http://maven.40175.n5.nabble.com/Problems-with-Surefire-TestNG-and-Guice-3-tp3384082p3384082.html where can edit

Re: How to skip the resolved depenencies of a dependency

2011-02-22 Thread Cédric Beust ♔
On Tue, Feb 22, 2011 at 6:18 AM, koppaka pradeep bull...@gmail.com wrote: I am new to maven could you plz tell me wts the difference between the like including exclusion and the procedure as in this thread: