Hi, I have a custom plugin for nutch 1.9, which runs well when I run the crawl script in local mode.
But, when I run the crawl script in deploy mode, the custom plugin dint work. I believe this is due to the fact that my custom plugin is not incorporated in nutch job jar. Can anyone please guide me how can i incorporate my plugin into nutch job jar. I mean what changes I have to make in my nutch build.xml file to achieve that. Thanks

