The nutch wiki has instructions on how to build nutch plugins, but only if you download the entire nutch source tree and put it in there, below $NUTCH_HOME/src/plugin. I don't want my source code mixed in their subversion tree, I want it in my src/com/xcski git repository. And I shouldn't have to download the source code for nutch just to build a plugin, I should just be able to stick a jar in my Eclipse build path and go.
So basically, I'm looking for what to put in my ant build.xml file and what to put into Eclipse to write and build my plugin. And keep in mind that I'm a total ant neophyte.