Thanks Vikas for pointing me to some solution. After loadz of tiring work, I managed to solve the problem.
There is a plugin.xml file in your plugin directory in which build.xml is also there. There are two steps you need to do:- In ivy.xml: Add Ant IVY dependency For me it was: <dependency org="org.jsoup" name="jsoup" rev="1.6.2" /> In plugin.xml: mention the library name as:- For me,Place <library name="jsoup-1.6.2.jar"/> in <runtime></runtime> tag. Finally solved. Thanks a lot :) -- View this message in context: http://lucene.472066.n3.nabble.com/Add-Third-party-dependency-to-your-nutch-plugin-tp3986387p3986410.html Sent from the Nutch - User mailing list archive at Nabble.com.

